Qt: Fix directory set unloading when replacing the ROM
Jeffrey Pfau jeffrey@endrift.com
Fri, 23 Sep 2016 01:20:03 -0700
2 files changed,
2 insertions(+),
0 deletions(-)
M
CHANGES
→
CHANGES
@@ -11,6 +11,7 @@ - LR35902: Fix events running with the wrong cycle active
- GB Video: Clear screen when LCDC is off - GBA Cheats: Fix key-activated CodeBreaker cheats - GB SIO: Don't auto-clock external shift clock + - Qt: Fix directory set unloading when replacing the ROM Misc: - All: Only update version info if needed - FFmpeg: Encoding cleanup
M
src/platform/qt/GameController.cpp
→
src/platform/qt/GameController.cpp
@@ -507,6 +507,7 @@ return;
} m_fname = info.canonicalFilePath(); threadInterrupt(); + mDirectorySetDetachBase(&m_threadContext.core->dirs); mCoreLoadFile(m_threadContext.core, m_fname.toLocal8Bit().constData()); threadContinue(); }