Remember to initialize rr

This commit is contained in:
Jeffrey Pfau 2014-07-24 02:38:36 -07:00
parent 436c53b0a6
commit 553f345bbd
1 changed files with 1 additions and 0 deletions

View File

@ -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;