mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-01 15:15:51 +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;
|
||||
#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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue