mirror of
https://github.com/OpenEmu/PCSX2-Core.git
synced 2025-11-01 11:07:36 +00:00
Fix settings: make sure they stick.
This commit is contained in:
@@ -489,12 +489,12 @@ static NSString * const OEPSCSX2BlendingAccuracy = @"OEPSCSX2BlendingAccuracy";
|
||||
_displayModes[key] = currentVal;
|
||||
|
||||
if ([key isEqualToString:OEPSCSX2InternalResolution]) {
|
||||
EmuConfig.GS.UpscaleMultiplier = [currentVal intValue];
|
||||
s_base_settings_interface->SetIntValue("EmuCore/GS", "upscale_multiplier", [currentVal intValue]);
|
||||
} else if ([key isEqualToString:OEPSCSX2InternalResolution]) {
|
||||
EmuConfig.GS.AccurateBlendingUnit = AccBlendLevel([currentVal intValue]);
|
||||
s_base_settings_interface->SetIntValue("EmuCore/GS", "accurate_blending_unit", [currentVal intValue]);
|
||||
}
|
||||
|
||||
GetMTGS().ApplySettings();
|
||||
VMManager::ApplySettings();
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user