Initialize rumble callback to null

This commit is contained in:
Jeffrey Pfau 2013-10-22 00:26:09 -07:00
parent 709434ce9f
commit 9358cbd690
1 changed files with 1 additions and 0 deletions

View File

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