engine: platform: psvita: disabled back touch sensor

This commit is contained in:
SNMetamorph 2023-03-23 19:46:10 +04:00 committed by Alibek Omarov
parent fcda7517fe
commit 0746cb5365
1 changed files with 1 additions and 2 deletions

View File

@ -90,8 +90,7 @@ void PSVita_Init( void )
chdir( xashdir );
}
sceCtrlSetSamplingModeExt( SCE_CTRL_MODE_ANALOG_WIDE );
sceTouchSetSamplingState( SCE_TOUCH_PORT_FRONT, SCE_TOUCH_SAMPLING_STATE_START );
sceTouchSetSamplingState( SCE_TOUCH_PORT_BACK, SCE_TOUCH_SAMPLING_STATE_STOP );
scePowerSetArmClockFrequency( 444 );
scePowerSetBusClockFrequency( 222 );
scePowerSetGpuClockFrequency( 222 );