mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:25:45 -04:00
FullscreenUI: Fix empty cheat menu leaving system paused
This commit is contained in:
@ -614,6 +614,7 @@ static void DoCheatsMenu()
|
||||
if (!s_host_interface->LoadCheatListFromDatabase() || !(cl = System::GetCheatList()))
|
||||
{
|
||||
s_host_interface->AddFormattedOSDMessage(10.0f, "No cheats found for %s.", System::GetRunningTitle().c_str());
|
||||
ReturnToMainWindow();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user