Libretro: Add system language option

This commit is contained in:
wheremyfoodat 2024-12-25 12:41:55 +02:00
parent 3787358bda
commit 7c5f7954e5
3 changed files with 7 additions and 3 deletions

View file

@ -48,6 +48,7 @@ struct EmulatorConfig {
static constexpr bool ubershaderDefault = true;
#endif
static constexpr bool accelerateShadersDefault = true;
static constexpr bool audioEnabledDefault = true;
bool shaderJitEnabled = shaderJitDefault;
bool useUbershaders = ubershaderDefault;
@ -66,7 +67,7 @@ struct EmulatorConfig {
bool sdWriteProtected = false;
bool usePortableBuild = false;
bool audioEnabled = false;
bool audioEnabled = audioEnabledDefault;
bool vsyncEnabled = true;
bool aacEnabled = true; // Enable AAC audio?