From 97b2557391d42a41275cc7867293b18c2780ba28 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:45:50 +0300 Subject: [PATCH] Enable audio by default on all frontends --- include/config.hpp | 5 ----- 1 file changed, 5 deletions(-) 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)