Vita: Fix camera setting not appearing (fixes #3012)

This commit is contained in:
Vicki Pfau 2023-08-28 13:29:03 -07:00
parent 510d1afa4a
commit 35bbc74cc2
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Other fixes:
- mGUI: Fix cases where an older save state screenshot would be shown (fixes mgba.io/i/2183)
- Qt: Re-enable sync for multiplayer windows that aren't connected (fixes mgba.io/i/2974)
- Qt: Fix mute settings not being loaded on setting screen (fixes mgba.io/i/2990)
- Vita: Fix camera setting not appearing (fixes mgba.io/i/3012)
Misc:
- Qt: Add exporting of SAV + RTC saves from Save Converter to strip RTC data

View File

@ -229,7 +229,7 @@ int main() {
},
{ .id = 0 }
},
.nConfigExtra = 2,
.nConfigExtra = 3,
.setup = mPSP2Setup,
.teardown = mPSP2Teardown,
.gameLoaded = mPSP2LoadROM,