mirror of
https://github.com/libretro/mgba.git
synced 2024-11-28 18:50:34 +00:00
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
Block a user