mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Break out the disassembler code from the WXWidgets UI.
This cleans up some of the code between core and UI for disassembling and dumping code blocks. Should help the QT UI in bringing up its debug UI since it won't have to deal with this garbage now.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
set(SRCS UICommon.cpp)
|
||||
set(SRCS Disassembler.cpp
|
||||
UICommon.cpp)
|
||||
|
||||
set(LIBS common)
|
||||
|
||||
|
Reference in New Issue
Block a user