Enable audio by default on all frontends

This commit is contained in:
wheremyfoodat
2025-07-23 03:45:50 +03:00
committed by GitHub
parent 3c473a5fce
commit 97b2557391

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)