Qt: Remove obsolete comment

The logic was changed in 281119b812
This commit is contained in:
Davide Pesavento
2025-08-06 15:08:11 -04:00
committed by Connor McLaughlin
parent bc908aa4cc
commit 2669b026d7

View File

@@ -3394,7 +3394,6 @@ int main(int argc, char* argv[])
// Always kick off update check. It'll take over if the user is booting a game fullscreen.
g_main_window->startupUpdateCheck();
// Skip the update check if we're booting a game directly.
if (autoboot)
g_emu_thread->bootSystem(std::move(autoboot));