mirror of https://github.com/mgba-emu/mgba.git
Remember to initialize rr
This commit is contained in:
parent
436c53b0a6
commit
553f345bbd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue