diff --git a/src/gba/gba.c b/src/gba/gba.c index 3d48df4a9..007582300 100644 --- a/src/gba/gba.c +++ b/src/gba/gba.c @@ -135,6 +135,7 @@ static void GBAInit(struct ARMCore* cpu, struct ARMComponent* component) { gba->keySource = 0; gba->rotationSource = 0; gba->rumble = 0; + gba->rr = 0; gba->romVf = 0; gba->biosVf = 0;