GB: Initialize stream

This commit is contained in:
Jeffrey Pfau 2016-02-18 21:50:42 -08:00
parent 3c50adc025
commit 94e4980a55
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ static void GBInit(void* cpu, struct mCPUComponent* component) {
gb->pristineRomSize = 0;
gb->yankedRomSize = 0;
gb->stream = NULL;
gb->eiPending = false;
gb->doubleSpeed = 0;
}