Initialize halted
Jeffrey Pfau jeffrey@endrift.com
Sat, 09 Nov 2013 13:29:08 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/gba/gba.c
→
src/gba/gba.c
@@ -115,6 +115,7 @@
gba->timersEnabled = 0; memset(gba->timers, 0, sizeof(gba->timers)); + gba->halted = 0; gba->springIRQ = 0; gba->keySource = 0; gba->rotationSource = 0;