mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-06 01:25:54 +00:00
Enable audio by default on all frontends
This commit is contained in:
parent
3c473a5fce
commit
97b2557391
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue