mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-29 23:27:25 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user