Skip to content

Commit

Permalink
use full analog joystick range
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Jan 17, 2018
1 parent 9896327 commit ce576f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PSP2/main_psp.cpp
Expand Up @@ -158,7 +158,7 @@ int main(int argc, char **argv)
psvDebugScreenSetFgColor(0xFFFFFFFF);
psvDebugScreenClear(0xFF000000);

sceCtrlSetSamplingMode(SCE_CTRL_MODE_ANALOG);
sceCtrlSetSamplingMode(SCE_CTRL_MODE_ANALOG_WIDE);
sceTouchSetSamplingState(SCE_TOUCH_PORT_FRONT, SCE_TOUCH_SAMPLING_STATE_START);

// Print some info
Expand Down

0 comments on commit ce576f8

Please sign in to comment.