From 2669b026d7508503a571a94995f457ebad147618 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Wed, 6 Aug 2025 15:08:11 -0400 Subject: [PATCH] Qt: Remove obsolete comment The logic was changed in 281119b812bbbc655519e48cab9885247d62d262 --- src/duckstation-qt/qthost.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/duckstation-qt/qthost.cpp b/src/duckstation-qt/qthost.cpp index 6e3afcd4c..ee5d3a336 100644 --- a/src/duckstation-qt/qthost.cpp +++ b/src/duckstation-qt/qthost.cpp @@ -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));