platform: 60 fps cap fix

This commit is contained in:
Crow-bar
2022-05-04 10:49:07 +03:00
parent 4dfdbdd6aa
commit 2885d44593

View File

@@ -104,7 +104,7 @@ void Platform_RunEvents( void )
static unsigned int last_buttons;
static signed short last_X, last_Y;
sceCtrlReadBufferPositive( &buf, 1 );
sceCtrlPeekBufferPositive( &buf, 1 );
for( i = 0; i < PSP_MAX_KEYS; i++ )
{