all repos — mgba @ 9358cbd6907b6341054c4386e8afe86c186f0e6d

mGBA Game Boy Advance Emulator

Initialize rumble callback to null
Jeffrey Pfau jeffrey@endrift.com
Tue, 22 Oct 2013 00:26:09 -0700
commit

9358cbd6907b6341054c4386e8afe86c186f0e6d

parent

709434ce9f3bc2830a86de03d493bd4030955d57

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/gba/gba.csrc/gba/gba.c

@@ -118,6 +118,7 @@

gba->springIRQ = 0; gba->keySource = 0; gba->rotationSource = 0; + gba->rumble = 0; gba->logLevel = GBA_LOG_INFO | GBA_LOG_WARN | GBA_LOG_ERROR;