mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 16:37:52 +00:00
core/debugger: Improved stepping mechanism and misc fixes
This commit is contained in:
parent
2ee161a0bf
commit
da50e98e3a
16 changed files with 252 additions and 122 deletions
|
@ -319,3 +319,7 @@ endif()
|
|||
if (NOT APPLE)
|
||||
target_compile_definitions(yuzu PRIVATE HAS_OPENGL)
|
||||
endif()
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_link_libraries(yuzu PRIVATE dynarmic)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue