From 8d078a923be11c706dbf4e4f45fd105cd1b183db Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Fri, 17 May 2019 17:01:20 +0200 Subject: [PATCH] wince: force aica.NoBatch (missing change) --- core/rend/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rend/gui.cpp b/core/rend/gui.cpp index c9bf88f83..831b2e2b7 100644 --- a/core/rend/gui.cpp +++ b/core/rend/gui.cpp @@ -981,7 +981,7 @@ static void gui_display_settings() ImGui::Checkbox("Disable Sound", &settings.aica.NoSound); ImGui::SameLine(); ShowHelpMarker("Disable the emulator sound output"); - ImGui::Checkbox("Enable DSP", &settings.aica.NoBatch); + ImGui::Checkbox("Enable DSP", &settings.aica.DSPEnabled); ImGui::SameLine(); ShowHelpMarker("Enable the Dreamcast Digital Sound Processor. Only recommended on fast and arm64 platforms"); ImGui::Checkbox("Limit FPS", &settings.aica.LimitFPS);