mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 18:05:46 -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()))
|
if (!s_host_interface->LoadCheatListFromDatabase() || !(cl = System::GetCheatList()))
|
||||||
{
|
{
|
||||||
s_host_interface->AddFormattedOSDMessage(10.0f, "No cheats found for %s.", System::GetRunningTitle().c_str());
|
s_host_interface->AddFormattedOSDMessage(10.0f, "No cheats found for %s.", System::GetRunningTitle().c_str());
|
||||||
|
ReturnToMainWindow();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user