mirror of https://github.com/mgba-emu/mgba.git
GB: Initialize stream
This commit is contained in:
parent
3c50adc025
commit
94e4980a55
|
@ -61,6 +61,8 @@ static void GBInit(void* cpu, struct mCPUComponent* component) {
|
||||||
gb->pristineRomSize = 0;
|
gb->pristineRomSize = 0;
|
||||||
gb->yankedRomSize = 0;
|
gb->yankedRomSize = 0;
|
||||||
|
|
||||||
|
gb->stream = NULL;
|
||||||
|
|
||||||
gb->eiPending = false;
|
gb->eiPending = false;
|
||||||
gb->doubleSpeed = 0;
|
gb->doubleSpeed = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue