mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Fix indentation in samples/controller/basic
This commit is contained in:
@@ -72,7 +72,7 @@ int main(void)
|
||||
while(!done){
|
||||
pspDebugScreenSetXY(0, 2);
|
||||
|
||||
sceCtrlReadBufferPositive(&pad, 1);
|
||||
sceCtrlReadBufferPositive(&pad, 1);
|
||||
|
||||
pspDebugScreenPrintf("Analog X = %d ", pad.Lx);
|
||||
pspDebugScreenPrintf("Analog Y = %d \n", pad.Ly);
|
||||
|
Reference in New Issue
Block a user