Qt: Initialize draw context

This commit is contained in:
Jeffrey Pfau 2015-08-04 22:14:42 -07:00
parent 481833c205
commit 03d2b3312e
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ void GameController::openGame(bool biosOnly) {
}
m_inputController->recalibrateAxes();
memset(m_drawContext, 0xF8, 1024 * 256);
if (!GBAThreadStart(&m_threadContext)) {
m_gameOpen = false;