Qt: Add CPU settings/emulation speed to console settings

This commit is contained in:
Connor McLaughlin
2020-01-29 00:01:44 +10:00
parent 5272ecd572
commit 6624df1e8c
3 changed files with 199 additions and 81 deletions

View File

@ -16,6 +16,8 @@ public:
private Q_SLOTS:
void onBrowseBIOSPathButtonClicked();
void onEnableSpeedLimiterStateChanged();
void onEmulationSpeedValueChanged(int value);
private:
Ui::ConsoleSettingsWidget m_ui;