mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 05:45:45 -04:00
Move most helper logic from base HostInterface to FrontendCommon
This commit is contained in:
@ -90,6 +90,7 @@ public:
|
||||
float GetEmulationSpeed() const { return m_speed; }
|
||||
float GetAverageFrameTime() const { return m_average_frame_time; }
|
||||
float GetWorstFrameTime() const { return m_worst_frame_time; }
|
||||
float GetThrottleFrequency() const { return m_throttle_frequency; }
|
||||
|
||||
bool Boot(const SystemBootParameters& params);
|
||||
void Reset();
|
||||
|
Reference in New Issue
Block a user