Qt: Fix disc swap from game list incorrectly pausing

This commit is contained in:
Stenzek
2025-11-01 00:13:09 +10:00
parent b797aae28b
commit 0841ab4b92

View File

@@ -1277,6 +1277,7 @@ void MainWindow::promptForDiscChange(const QString& path)
{
switchToEmulationView();
g_emu_thread->changeDisc(path, false, true);
return;
}
SystemLock lock(pauseAndLockSystem());