mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:35:46 -04:00
Fix recompiler not auto-disabling with PGXP-CPU mode
This commit is contained in:
@ -101,6 +101,7 @@ bool LibretroHostInterface::Initialize()
|
||||
return false;
|
||||
|
||||
LoadSettings();
|
||||
FixIncompatibleSettings();
|
||||
UpdateLogging();
|
||||
return true;
|
||||
}
|
||||
@ -631,6 +632,7 @@ void LibretroHostInterface::UpdateSettings()
|
||||
{
|
||||
Settings old_settings(std::move(g_settings));
|
||||
LoadSettings();
|
||||
FixIncompatibleSettings();
|
||||
|
||||
if (g_settings.gpu_resolution_scale != old_settings.gpu_resolution_scale &&
|
||||
g_settings.gpu_renderer != GPURenderer::Software)
|
||||
|
Reference in New Issue
Block a user