diff --git a/include/config.hpp b/include/config.hpp index 81a033850..a66d962ee 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -39,7 +39,7 @@ struct EmulatorConfig { bool sdWriteProtected = false; bool usePortableBuild = false; - bool audioEnabled = false; + bool audioEnabled = true; bool vsyncEnabled = true; bool enableRenderdoc = false;