mirror of https://github.com/snes9xgit/snes9x.git
Qt: Update paths before loading game.
This commit is contained in:
parent
8750a9ec26
commit
0ae69cd518
|
@ -248,6 +248,7 @@ void EmuApplication::startThread()
|
|||
bool EmuApplication::openFile(std::string filename)
|
||||
{
|
||||
window->gameChanging();
|
||||
updateSettings();
|
||||
suspendThread();
|
||||
auto result = core->openFile(filename);
|
||||
unsuspendThread();
|
||||
|
|
Loading…
Reference in New Issue