wince: force aica.NoBatch (missing change)
This commit is contained in:
parent
3ef363733d
commit
8d078a923b
|
@ -981,7 +981,7 @@ static void gui_display_settings()
|
||||||
ImGui::Checkbox("Disable Sound", &settings.aica.NoSound);
|
ImGui::Checkbox("Disable Sound", &settings.aica.NoSound);
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ShowHelpMarker("Disable the emulator sound output");
|
ShowHelpMarker("Disable the emulator sound output");
|
||||||
ImGui::Checkbox("Enable DSP", &settings.aica.NoBatch);
|
ImGui::Checkbox("Enable DSP", &settings.aica.DSPEnabled);
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ShowHelpMarker("Enable the Dreamcast Digital Sound Processor. Only recommended on fast and arm64 platforms");
|
ShowHelpMarker("Enable the Dreamcast Digital Sound Processor. Only recommended on fast and arm64 platforms");
|
||||||
ImGui::Checkbox("Limit FPS", &settings.aica.LimitFPS);
|
ImGui::Checkbox("Limit FPS", &settings.aica.LimitFPS);
|
||||||
|
|
Loading…
Reference in New Issue