mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-21 02:05:40 -04:00
Qt: Move emulation speed settings to console settings
This commit is contained in:
@ -20,6 +20,9 @@ private Q_SLOTS:
|
||||
void onCPUClockSpeedValueChanged(int value);
|
||||
void updateCPUClockSpeedLabel();
|
||||
void onCDROMReadSpeedupValueChanged(int value);
|
||||
void onEmulationSpeedIndexChanged(int index);
|
||||
void onFastForwardSpeedIndexChanged(int index);
|
||||
void onTurboSpeedIndexChanged(int index);
|
||||
|
||||
private:
|
||||
void calculateCPUClockValue();
|
||||
|
Reference in New Issue
Block a user