We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27ac5ae + 9079b66 commit da97dd6Copy full SHA for da97dd6
_includes/samples/controls/main.c
@@ -52,8 +52,8 @@ int main(void)
52
pspDebugScreenSetXY(0, 2);
53
sceCtrlReadBufferPositive(&pad, 1);
54
55
- printf("Analog X = %d, ", pad.Lx);
56
- printf("Analog Y = %d \n", pad.Ly);
+ printf("Analog X = %3d, ", pad.Lx);
+ printf("Analog Y = %3d \n", pad.Ly);
57
58
if (pad.Buttons != 0)
59
{
0 commit comments