mirror of https://github.com/mgba-emu/mgba.git
Swtich: Fix config item count
This commit is contained in:
parent
c2e2b6d93c
commit
7157729ac3
|
@ -1049,7 +1049,7 @@ int main(int argc, char* argv[]) {
|
|||
.nStates = 2
|
||||
},
|
||||
},
|
||||
.nConfigExtra = 5,
|
||||
.nConfigExtra = 6,
|
||||
.setup = _setup,
|
||||
.teardown = NULL,
|
||||
.gameLoaded = _gameLoaded,
|
||||
|
|
Loading…
Reference in New Issue