mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #11497 from vyuuui/debugger_assembler_ui
Built-in assembler for debugger interface
This commit is contained in:
@ -255,6 +255,7 @@ private:
|
||||
QAction* m_show_memory;
|
||||
QAction* m_show_network;
|
||||
QAction* m_show_jit;
|
||||
QAction* m_show_assembler;
|
||||
QMenu* m_cols_menu;
|
||||
|
||||
// JIT
|
||||
|
Reference in New Issue
Block a user