mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 05:17:56 -05:00
core/debugger: Improved stepping mechanism and misc fixes
This commit is contained in:
@ -277,3 +277,7 @@ else()
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
|
||||
)
|
||||
endif()
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_link_libraries(video_core PRIVATE dynarmic)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user