diff --git a/include/config.hpp b/include/config.hpp index b890e251..7030a8e3 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -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)