mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 05:25:45 -04:00
Android: Add missing call to ApplyGameSettings
This commit is contained in:
@ -509,6 +509,7 @@ void AndroidHostInterface::OnSystemDestroyed()
|
||||
void AndroidHostInterface::OnRunningGameChanged()
|
||||
{
|
||||
CommonHostInterface::OnRunningGameChanged();
|
||||
ApplySettings(true);
|
||||
|
||||
if (m_emulation_activity_object)
|
||||
{
|
||||
@ -638,6 +639,7 @@ void AndroidHostInterface::ApplySettings(bool display_osd_messages)
|
||||
{
|
||||
Settings old_settings = std::move(g_settings);
|
||||
LoadAndConvertSettings();
|
||||
CommonHostInterface::ApplyGameSettings(display_osd_messages);
|
||||
CommonHostInterface::FixIncompatibleSettings(display_osd_messages);
|
||||
|
||||
// Defer renderer changes, the app really doesn't like it.
|
||||
|
Reference in New Issue
Block a user