Qt: Move recompiler icache to console settings page

This commit is contained in:
Connor McLaughlin
2022-07-26 18:42:37 +10:00
parent 8af4f4f01a
commit 19b358359c
4 changed files with 27 additions and 4 deletions

View File

@ -15,6 +15,7 @@ public:
~ConsoleSettingsWidget();
private Q_SLOTS:
void updateRecompilerICacheEnabled();
void onEnableCPUClockSpeedControlChecked(int state);
void onCPUClockSpeedValueChanged(int value);
void updateCPUClockSpeedLabel();