Third Dusk Preset (#331)

* fix aspect ratio not changing when applying the sd preset

* Added a third preset, and renamed SD preset to Classic

* show preset menu before setting the iso

---------

Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
This commit is contained in:
MelonSpeedruns
2026-04-11 19:51:37 -04:00
committed by GitHub
parent 943ac05f16
commit d1003faacc
4 changed files with 32 additions and 26 deletions
+2 -4
View File
@@ -237,10 +237,8 @@ namespace dusk {
m_preLaunchWindow.draw();
}
if (!m_isLaunchInitialized && !getSettings().backend.wasPresetChosen) {
if (dusk::IsGameLaunched) {
m_firstRunPreset.draw();
}
if (!getSettings().backend.wasPresetChosen) {
m_firstRunPreset.draw();
return;
}