mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 08:05:38 +00:00
Fix for unset AudioCard setting
This commit is contained in:
parent
f899920598
commit
9db9d45f54
|
@ -134,6 +134,7 @@ void Settings::setDefaults()
|
||||||
mStringMap["AudioDevice"] = "Master";
|
mStringMap["AudioDevice"] = "Master";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
mStringMap["AudioCard"] = "default";
|
||||||
mStringMap["UIMode"] = "Full";
|
mStringMap["UIMode"] = "Full";
|
||||||
mStringMap["UIMode_passkey"] = "uuddlrlrba";
|
mStringMap["UIMode_passkey"] = "uuddlrlrba";
|
||||||
mBoolMap["ForceKiosk"] = false;
|
mBoolMap["ForceKiosk"] = false;
|
||||||
|
|
Loading…
Reference in a new issue