mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-28 14:20:30 +00:00
Qt: Always perform update check on startup
This commit is contained in:
parent
a7d0a8a485
commit
281119b812
@ -2998,11 +2998,12 @@ int main(int argc, char* argv[])
|
|||||||
else
|
else
|
||||||
s_start_fullscreen_ui_fullscreen = false;
|
s_start_fullscreen_ui_fullscreen = false;
|
||||||
|
|
||||||
|
// Always kick off update check. It'll take over if the user is booting a game fullscreen.
|
||||||
|
main_window->startupUpdateCheck();
|
||||||
|
|
||||||
// Skip the update check if we're booting a game directly.
|
// Skip the update check if we're booting a game directly.
|
||||||
if (autoboot)
|
if (autoboot)
|
||||||
g_emu_thread->bootSystem(std::move(autoboot));
|
g_emu_thread->bootSystem(std::move(autoboot));
|
||||||
else if (!s_nogui_mode)
|
|
||||||
main_window->startupUpdateCheck();
|
|
||||||
|
|
||||||
// This doesn't return until we exit.
|
// This doesn't return until we exit.
|
||||||
result = app.exec();
|
result = app.exec();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user