mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:35:47 -04:00
Qt: Fix save state to file executing in UI thread
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user