mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Qt/MenuBar: Add missing JIT branch option in debugger
This commit is contained in:
parent
7b986c1b54
commit
2ee7021cda
2 changed files with 11 additions and 1 deletions
|
@ -239,4 +239,5 @@ private:
|
|||
QAction* m_jit_integer_off;
|
||||
QAction* m_jit_paired_off;
|
||||
QAction* m_jit_systemregisters_off;
|
||||
QAction* m_jit_branch_off;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue