From 938bdf3d29224f51eec5a1e33764432d0626f160 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:41:42 +0200 Subject: [PATCH] Update config.hpp --- include/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.hpp b/include/config.hpp index 9364a33d..84c1f197 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -52,7 +52,7 @@ struct EmulatorConfig { bool sdWriteProtected = false; bool usePortableBuild = false; - bool audioEnabled = false; + bool audioEnabled = true; bool vsyncEnabled = true; bool aacEnabled = true; // Enable AAC audio?