Qt: Update paths before loading game.

This commit is contained in:
BearOso 2024-04-18 14:37:55 -05:00
parent 8750a9ec26
commit 0ae69cd518
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ void EmuApplication::startThread()
bool EmuApplication::openFile(std::string filename)
{
window->gameChanging();
updateSettings();
suspendThread();
auto result = core->openFile(filename);
unsuspendThread();