Enable audio by default on all frontends

This commit is contained in:
wheremyfoodat 2025-07-23 03:45:50 +03:00 committed by GitHub
commit 97b2557391
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,12 +49,7 @@ struct EmulatorConfig {
static constexpr bool ubershaderDefault = true;
#endif
static constexpr bool accelerateShadersDefault = true;
#if defined(__LIBRETRO__)
static constexpr bool audioEnabledDefault = true;
#else
static constexpr bool audioEnabledDefault = false;
#endif
// We default to OpenGL on all platforms other than iOS
#if defined(PANDA3DS_IOS)