Core: pause on panic handler option

This commit is contained in:
dreamsyntax
2022-04-17 00:15:12 -07:00
parent 23902f99ae
commit 78c6819f5e
11 changed files with 41 additions and 1 deletions

View File

@ -32,6 +32,7 @@ private:
QComboBox* m_cpu_emulation_engine_combobox;
QCheckBox* m_enable_mmu_checkbox;
QCheckBox* m_pause_on_panic_checkbox;
QCheckBox* m_cpu_clock_override_checkbox;
QSlider* m_cpu_clock_override_slider;
QLabel* m_cpu_clock_override_slider_label;