mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 12:45:47 -04:00
Move game settings apply to CommonHostInterface
This commit is contained in:
@ -911,6 +911,9 @@ void CommonHostInterface::OnRunningGameChanged(const std::string& path, CDImage*
|
||||
{
|
||||
HostInterface::OnRunningGameChanged(path, image, game_code, game_title);
|
||||
|
||||
if (g_settings.apply_game_settings)
|
||||
ApplySettings(true);
|
||||
|
||||
if (!System::IsShutdown())
|
||||
{
|
||||
System::SetCheatList(nullptr);
|
||||
|
Reference in New Issue
Block a user