mirror of https://github.com/mgba-emu/mgba.git
Vita: Fix camera setting not appearing (fixes #3012)
This commit is contained in:
parent
510d1afa4a
commit
35bbc74cc2
1
CHANGES
1
CHANGES
|
@ -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
|
||||
|
||||
|
|
|
@ -229,7 +229,7 @@ int main() {
|
|||
},
|
||||
{ .id = 0 }
|
||||
},
|
||||
.nConfigExtra = 2,
|
||||
.nConfigExtra = 3,
|
||||
.setup = mPSP2Setup,
|
||||
.teardown = mPSP2Teardown,
|
||||
.gameLoaded = mPSP2LoadROM,
|
||||
|
|
Loading…
Reference in New Issue