all repos — mgba @ 03d2b3312e06b249ba291e8f9c4ac201e9617081

mGBA Game Boy Advance Emulator

Qt: Initialize draw context
Jeffrey Pfau jeffrey@endrift.com
Tue, 04 Aug 2015 22:14:42 -0700
commit

03d2b3312e06b249ba291e8f9c4ac201e9617081

parent

481833c2052a749afe2a8f774ece5b11449e6f2a

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

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

@@ -339,6 +339,7 @@ m_threadContext.patch = VFileDevice::open(m_patch, O_RDONLY);

} m_inputController->recalibrateAxes(); + memset(m_drawContext, 0xF8, 1024 * 256); if (!GBAThreadStart(&m_threadContext)) { m_gameOpen = false;