mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:25:46 -04:00
Compile fix for Linux/libretro
This commit is contained in:
@ -101,7 +101,7 @@ bool LibretroHostInterface::Initialize()
|
||||
return false;
|
||||
|
||||
LoadSettings();
|
||||
FixIncompatibleSettings();
|
||||
FixIncompatibleSettings(true);
|
||||
UpdateLogging();
|
||||
return true;
|
||||
}
|
||||
@ -632,7 +632,7 @@ void LibretroHostInterface::UpdateSettings()
|
||||
{
|
||||
Settings old_settings(std::move(g_settings));
|
||||
LoadSettings();
|
||||
FixIncompatibleSettings();
|
||||
FixIncompatibleSettings(false);
|
||||
|
||||
if (g_settings.gpu_resolution_scale != old_settings.gpu_resolution_scale &&
|
||||
g_settings.gpu_renderer != GPURenderer::Software)
|
||||
|
Reference in New Issue
Block a user