all repos — mgba @ 3182b5e35d418fe281eca092e8c53263184920c8

mGBA Game Boy Advance Emulator

Qt: Follow-up fix for regression
Jeffrey Pfau jeffrey@endrift.com
Tue, 07 Apr 2015 00:51:07 -0700
commit

3182b5e35d418fe281eca092e8c53263184920c8

parent

eb0b9dca0f3b7b46ad82efac3155fb86d2ae26a4

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/GameController.cppsrc/platform/qt/GameController.cpp

@@ -520,6 +520,9 @@

void GameController::clearAVStream() { threadInterrupt(); m_threadContext.stream = nullptr; + if (m_gameOpen) { + m_threadContext.gba->stream = nullptr; + } threadContinue(); }