C# Class CSPspEmu.Hle.Modules.ctrl.sceCtrl

Inheritance: HleModuleHost
Show file Open project: soywiz/cspspemu

Protected Methods

Method Description
_ReadCount ( SceCtrlData SceCtrlData, int Count, bool Peek, bool Positive ) : void

Private Methods

Method Description
sceCtrlClearRapidFire ( ) : int
sceCtrlGetIdleCancelThreshold ( int idlerest, int idleback ) : int
sceCtrlGetSamplingCycle ( int pcycle ) : int
sceCtrlGetSamplingMode ( ) : PspController.SamplingModeEnum
sceCtrlPeekBufferNegative ( ) : int
sceCtrlPeekBufferPositive ( SceCtrlData SceCtrlData, int Count ) : int
sceCtrlPeekLatch ( SceCtrlLatch CurrentLatch ) : int
sceCtrlReadBufferNegative ( ) : int
sceCtrlReadBufferPositive ( SceCtrlData SceCtrlData, int Count ) : int
sceCtrlReadLatch ( SceCtrlLatch CurrentLatch ) : int
sceCtrlSetIdleCancelThreshold ( int idlereset, int idleback ) : int
sceCtrlSetRapidFire ( ) : int
sceCtrlSetSamplingCycle ( int SamplingCycle ) : int
sceCtrlSetSamplingMode ( PspController SamplingMode ) : PspController.SamplingModeEnum

Method Details

_ReadCount() protected method

protected _ReadCount ( SceCtrlData SceCtrlData, int Count, bool Peek, bool Positive ) : void
SceCtrlData SceCtrlData
Count int
Peek bool
Positive bool
return void