mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-12 17:34:33 +00:00
Qt: Fix disc swap from game list incorrectly pausing
This commit is contained in:
@@ -1277,6 +1277,7 @@ void MainWindow::promptForDiscChange(const QString& path)
|
||||
{
|
||||
switchToEmulationView();
|
||||
g_emu_thread->changeDisc(path, false, true);
|
||||
return;
|
||||
}
|
||||
|
||||
SystemLock lock(pauseAndLockSystem());
|
||||
|
||||
Reference in New Issue
Block a user