DolphinQt: Add fastmem option to debugger UI

This commit is contained in:
Techjar
2020-06-02 06:18:45 -04:00
parent 4fc8674a7a
commit 5c38727651
2 changed files with 10 additions and 0 deletions

View File

@ -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;