mirror of https://github.com/mgba-emu/mgba.git
Initialize rumble callback to null
This commit is contained in:
parent
709434ce9f
commit
9358cbd690
|
@ -118,6 +118,7 @@ void GBAInit(struct GBA* gba) {
|
|||
gba->springIRQ = 0;
|
||||
gba->keySource = 0;
|
||||
gba->rotationSource = 0;
|
||||
gba->rumble = 0;
|
||||
|
||||
gba->logLevel = GBA_LOG_INFO | GBA_LOG_WARN | GBA_LOG_ERROR;
|
||||
|
||||
|
|
Loading…
Reference in New Issue