Enable audio by default on all frontends
This commit is contained in:
@@ -49,12 +49,7 @@ struct EmulatorConfig {
|
|||||||
static constexpr bool ubershaderDefault = true;
|
static constexpr bool ubershaderDefault = true;
|
||||||
#endif
|
#endif
|
||||||
static constexpr bool accelerateShadersDefault = true;
|
static constexpr bool accelerateShadersDefault = true;
|
||||||
|
|
||||||
#if defined(__LIBRETRO__)
|
|
||||||
static constexpr bool audioEnabledDefault = true;
|
static constexpr bool audioEnabledDefault = true;
|
||||||
#else
|
|
||||||
static constexpr bool audioEnabledDefault = false;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// We default to OpenGL on all platforms other than iOS
|
// We default to OpenGL on all platforms other than iOS
|
||||||
#if defined(PANDA3DS_IOS)
|
#if defined(PANDA3DS_IOS)
|
||||||
|
|||||||
Reference in New Issue
Block a user