mirror of https://github.com/mgba-emu/mgba.git
Vita: Fix camera setting not appearing (fixes #3012)
This commit is contained in:
parent
85c9872cd6
commit
f2186f6a5c
1
CHANGES
1
CHANGES
|
@ -30,6 +30,7 @@ Other fixes:
|
|||
- Qt: Fix savestate preview sizes with different scales (fixes mgba.io/i/2560)
|
||||
- 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:
|
||||
- Core: Handle relative paths for saves, screenshots, etc consistently (fixes mgba.io/i/2826)
|
||||
- GB: Prevent incompatible BIOSes from being used on differing models
|
||||
|
|
|
@ -231,7 +231,7 @@ int main() {
|
|||
},
|
||||
{ .id = 0 }
|
||||
},
|
||||
.nConfigExtra = 2,
|
||||
.nConfigExtra = 3,
|
||||
.setup = mPSP2Setup,
|
||||
.teardown = mPSP2Teardown,
|
||||
.gameLoaded = mPSP2LoadROM,
|
||||
|
|
Loading…
Reference in New Issue