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