Qt/MenuBar: Add missing JIT branch option in debugger

This commit is contained in:
Techjar
2018-07-08 14:32:40 -04:00
parent 7b986c1b54
commit 2ee7021cda
2 changed files with 11 additions and 1 deletions

View File

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