all repos — mgba @ 41c96c79b42ef3f9966b56d12086364a04507ee0

mGBA Game Boy Advance Emulator

Wii: Fix missing config option
Jeffrey Pfau jeffrey@endrift.com
Sun, 21 Aug 2016 03:16:59 -0700
commit

41c96c79b42ef3f9966b56d12086364a04507ee0

parent

526f86d08529aa8f501cb015c1e442aa743940da

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

jump to
M src/platform/wii/main.csrc/platform/wii/main.c

@@ -438,7 +438,7 @@ },

.nStates = 2 } }, - .nConfigExtra = 2, + .nConfigExtra = 3, .setup = _setup, .teardown = 0, .gameLoaded = _gameLoaded,