mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Add fastmem arena setting
Just for debugging.
This commit is contained in:
parent
8686536d7d
commit
d04e67be3d
11 changed files with 31 additions and 4 deletions
|
@ -264,6 +264,7 @@ private:
|
|||
QAction* m_jit_block_linking;
|
||||
QAction* m_jit_disable_cache;
|
||||
QAction* m_jit_disable_fastmem;
|
||||
QAction* m_jit_disable_fastmem_arena;
|
||||
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