mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:15:45 -04:00
HostInterface: Move 'System shut down' message to SDL
Only frontend where it makes sense anyway.
This commit is contained in:
@ -314,6 +314,7 @@ void SDLHostInterface::OnSystemPaused(bool paused)
|
||||
void SDLHostInterface::OnSystemDestroyed()
|
||||
{
|
||||
CommonHostInterface::OnSystemDestroyed();
|
||||
ReportFormattedMessage("System shut down.");
|
||||
}
|
||||
|
||||
void SDLHostInterface::OnRunningGameChanged()
|
||||
|
Reference in New Issue
Block a user