mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
GUI: Properly remove shader settings when GUI override is unchecked
This commit is contained in:
parent
ff0c339d19
commit
7b3c68480a
@ -699,6 +699,7 @@ void OptionsDialog::apply() {
|
||||
ConfMan.removeKey("stretch_mode", _domain);
|
||||
ConfMan.removeKey("scaler", _domain);
|
||||
ConfMan.removeKey("scale_factor", _domain);
|
||||
ConfMan.removeKey("shader", _domain);
|
||||
ConfMan.removeKey("render_mode", _domain);
|
||||
ConfMan.removeKey("renderer", _domain);
|
||||
ConfMan.removeKey("antialiasing", _domain);
|
||||
|
Loading…
x
Reference in New Issue
Block a user