mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 02:37:54 -05:00
VideoCore: Convert x64 shader JIT to use Xbyak for assembly
This commit is contained in:
@ -59,6 +59,9 @@ create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_library(video_core STATIC ${SRCS} ${HEADERS})
|
||||
target_link_libraries(video_core glad)
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_link_libraries(video_core xbyak)
|
||||
endif()
|
||||
|
||||
if (PNG_FOUND)
|
||||
target_link_libraries(video_core ${PNG_LIBRARIES})
|
||||
|
Reference in New Issue
Block a user