all repos — mgba @ 8daa39d21b1dccac49e7dc5ab419819836bbf93d

mGBA Game Boy Advance Emulator

Qt: Fix directory set unloading when replacing the ROM
Jeffrey Pfau jeffrey@endrift.com
Fri, 23 Sep 2016 01:20:03 -0700
commit

8daa39d21b1dccac49e7dc5ab419819836bbf93d

parent

3ceadd4ccdb70574bc09d1a1270ab5d9341de776

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -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.cppsrc/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(); }