mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
DolphinQt: Add fastmem option to debugger UI
This commit is contained in:
parent
4fc8674a7a
commit
5c38727651
2 changed files with 10 additions and 0 deletions
|
@ -249,6 +249,7 @@ private:
|
|||
QAction* m_jit_interpreter_core;
|
||||
QAction* m_jit_block_linking;
|
||||
QAction* m_jit_disable_cache;
|
||||
QAction* m_jit_disable_fastmem;
|
||||
QAction* m_jit_clear_cache;
|
||||
QAction* m_jit_log_coverage;
|
||||
QAction* m_jit_search_instruction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue