engine: platform: psvita: disabled back touch sensor
This commit is contained in:
parent
fcda7517fe
commit
0746cb5365
1 changed files with 1 additions and 2 deletions
|
@ -90,8 +90,7 @@ void PSVita_Init( void )
|
||||||
chdir( xashdir );
|
chdir( xashdir );
|
||||||
}
|
}
|
||||||
|
|
||||||
sceCtrlSetSamplingModeExt( SCE_CTRL_MODE_ANALOG_WIDE );
|
sceTouchSetSamplingState( SCE_TOUCH_PORT_BACK, SCE_TOUCH_SAMPLING_STATE_STOP );
|
||||||
sceTouchSetSamplingState( SCE_TOUCH_PORT_FRONT, SCE_TOUCH_SAMPLING_STATE_START );
|
|
||||||
scePowerSetArmClockFrequency( 444 );
|
scePowerSetArmClockFrequency( 444 );
|
||||||
scePowerSetBusClockFrequency( 222 );
|
scePowerSetBusClockFrequency( 222 );
|
||||||
scePowerSetGpuClockFrequency( 222 );
|
scePowerSetGpuClockFrequency( 222 );
|
||||||
|
|
Loading…
Add table
Reference in a new issue