mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-27 08:00:36 +00:00
Qt: Fix save state to file executing in UI thread
This commit is contained in:
parent
c54c5f1b95
commit
fbf52b57e8
@ -1059,7 +1059,7 @@ void QtHostInterface::populateSaveStateMenu(const char* game_code, QMenu* menu)
|
||||
if (path.isEmpty())
|
||||
return;
|
||||
|
||||
SaveState(path.toUtf8().constData());
|
||||
saveState(path);
|
||||
});
|
||||
menu->addSeparator();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user