mirror of https://github.com/mgba-emu/mgba.git
Initialize halted
This commit is contained in:
parent
f43c82e79e
commit
95b6cc9b00
|
@ -115,6 +115,7 @@ void GBAInit(struct GBA* gba) {
|
||||||
gba->timersEnabled = 0;
|
gba->timersEnabled = 0;
|
||||||
memset(gba->timers, 0, sizeof(gba->timers));
|
memset(gba->timers, 0, sizeof(gba->timers));
|
||||||
|
|
||||||
|
gba->halted = 0;
|
||||||
gba->springIRQ = 0;
|
gba->springIRQ = 0;
|
||||||
gba->keySource = 0;
|
gba->keySource = 0;
|
||||||
gba->rotationSource = 0;
|
gba->rotationSource = 0;
|
||||||
|
|
Loading…
Reference in New Issue