mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 03:25:46 -04:00
HostInterface: Move throttle and perf stats to System class
This commit is contained in:
@ -29,8 +29,8 @@ private Q_SLOTS:
|
||||
void onEmulationPaused(bool paused);
|
||||
void toggleFullscreen();
|
||||
void recreateDisplayWidget(bool create_device_context);
|
||||
void onPerformanceCountersUpdated(float speed, float fps, float vps, float average_frame_time,
|
||||
float worst_frame_time);
|
||||
void onSystemPerformanceCountersUpdated(float speed, float fps, float vps, float average_frame_time,
|
||||
float worst_frame_time);
|
||||
void onRunningGameChanged(QString filename, QString game_code, QString game_title);
|
||||
|
||||
void onStartDiscActionTriggered();
|
||||
|
Reference in New Issue
Block a user