mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(Unix) Set the 'Disable desktop composition' option as disabled by default.
This commit is contained in:
parent
ba9660563a
commit
87b37cb65e
|
@ -274,7 +274,7 @@ void Settings::setDefaults()
|
||||||
mBoolMap["CustomEventScripts"] = {false, false};
|
mBoolMap["CustomEventScripts"] = {false, false};
|
||||||
mBoolMap["ParseGamelistOnly"] = {false, false};
|
mBoolMap["ParseGamelistOnly"] = {false, false};
|
||||||
#if defined(__unix__)
|
#if defined(__unix__)
|
||||||
mBoolMap["DisableComposition"] = {true, true};
|
mBoolMap["DisableComposition"] = {false, false};
|
||||||
#endif
|
#endif
|
||||||
mBoolMap["DisplayGPUStatistics"] = {false, false};
|
mBoolMap["DisplayGPUStatistics"] = {false, false};
|
||||||
mBoolMap["EnableMenuKidMode"] = {false, false};
|
mBoolMap["EnableMenuKidMode"] = {false, false};
|
||||||
|
|
Loading…
Reference in a new issue