Wii: Fix missing config option

This commit is contained in:
Jeffrey Pfau 2016-08-21 03:16:59 -07:00
parent 526f86d085
commit 41c96c79b4
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ int main(int argc, char* argv[]) {
.nStates = 2 .nStates = 2
} }
}, },
.nConfigExtra = 2, .nConfigExtra = 3,
.setup = _setup, .setup = _setup,
.teardown = 0, .teardown = 0,
.gameLoaded = _gameLoaded, .gameLoaded = _gameLoaded,