mirror of https://github.com/mgba-emu/mgba.git
Vita: Fix analog controls (fixes #1554)
This commit is contained in:
parent
3241df238b
commit
3d5ec91a2a
3
CHANGES
3
CHANGES
|
@ -85,6 +85,9 @@ Misc:
|
|||
- Switch: Dynamic display resizing
|
||||
- Switch: Support file associations
|
||||
- Vita: L2/R2 and L3/R3 can now be mapped on PSTV (fixes mgba.io/i/1292)
|
||||
Changes from beta 1:
|
||||
Other fixes:
|
||||
- Vita: Fix analog controls (fixes mgba.io/i/1554)
|
||||
|
||||
0.8 beta 1: (2019-10-20)
|
||||
- Initial beta for 0.8
|
||||
|
|
|
@ -165,6 +165,7 @@ int main() {
|
|||
|
||||
sceTouchSetSamplingState(SCE_TOUCH_PORT_FRONT, SCE_TOUCH_SAMPLING_STATE_START);
|
||||
sceCtrlSetSamplingMode(SCE_CTRL_MODE_ANALOG_WIDE);
|
||||
sceCtrlSetSamplingModeExt(SCE_CTRL_MODE_ANALOG_WIDE);
|
||||
sceSysmoduleLoadModule(SCE_SYSMODULE_PHOTO_EXPORT);
|
||||
sceSysmoduleLoadModule(SCE_SYSMODULE_APPUTIL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue