mirror of https://github.com/mgba-emu/mgba.git
PSP2: Fix analog stick support
This commit is contained in:
parent
f73bc93080
commit
1402d3177e
|
@ -160,6 +160,8 @@ int main() {
|
|||
.pollGameInput = mPSP2PollInput
|
||||
};
|
||||
|
||||
sceCtrlSetSamplingMode(SCE_CTRL_MODE_ANALOG_WIDE);
|
||||
|
||||
mGUIInit(&runner, "psvita");
|
||||
mGUIRunloop(&runner);
|
||||
|
||||
|
|
Loading…
Reference in New Issue