mirror of https://github.com/mgba-emu/mgba.git
Wii: Fix missing config option
This commit is contained in:
parent
526f86d085
commit
41c96c79b4
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue