mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-18 14:25:24 -04:00
Merge remote-tracking branch 'origin/main' into presets
# Conflicts: # files.cmake # src/d/actor/d_a_title.cpp # src/dusk/config.cpp # src/dusk/imgui/ImGuiConsole.cpp # src/dusk/imgui/ImGuiEngine.cpp
This commit is contained in:
@@ -785,19 +785,7 @@ static int dScnPly_Execute(dScnPly_c* i_this) {
|
||||
dJprev_c::get()->update();
|
||||
#endif
|
||||
|
||||
#if TARGET_PC
|
||||
if (dusk::config::IsConfigFileMissing()) {
|
||||
firstTime = true;
|
||||
} else if (firstTime) {
|
||||
mDoAud_seStart(Z2SE_TITLE_ENTER, NULL, 0, 0);
|
||||
JUTGamePad::C3ButtonReset::sResetSwitchPushing = true;
|
||||
firstTime = false;
|
||||
} else {
|
||||
dDemo_c::update();
|
||||
}
|
||||
#else
|
||||
dDemo_c::update();
|
||||
#endif
|
||||
|
||||
#if DEBUG
|
||||
dJcame_c::get()->update();
|
||||
|
||||
Reference in New Issue
Block a user