diff options
author | TheOfficialFloW | 2016-01-22 18:14:07 +0100 |
---|---|---|
committer | TheOfficialFloW | 2016-01-22 18:14:07 +0100 |
commit | cd9672bb1392e4de426bce2317b0199bc0356821 (patch) | |
tree | d278158ac9895714aa35cf4f1b8ec7d2f97032dc /nids/360/SceTouch.yml | |
parent | Replace remaining PSP2_ with SCE_ (diff) | |
download | vds-libraries-cd9672bb1392e4de426bce2317b0199bc0356821.tar.gz |
Added new NIDs
Diffstat (limited to 'nids/360/SceTouch.yml')
-rw-r--r-- | nids/360/SceTouch.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/nids/360/SceTouch.yml b/nids/360/SceTouch.yml index 5007061..0b4c0d0 100644 --- a/nids/360/SceTouch.yml +++ b/nids/360/SceTouch.yml @@ -1,14 +1,21 @@ modules: SceTouch: - nid: 0x000000E5 + nid: 0x000000DA libraries: SceTouch: - nid: 0x000000E6 + nid: 0x000000DB functions: + sceTouchActivateRegion: 0xBD59D652 + sceTouchClearRegion: 0x2D94EAEA sceTouchDisableTouchForce: 0x41194411 sceTouchEnableTouchForce: 0xB18370C2 sceTouchGetPanelInfo: 0x10A2CA25 + sceTouchGetPixelDensity: 0xF0704CF3 sceTouchGetSamplingState: 0x26531526 sceTouchPeek: 0xFF082DF0 + sceTouchPeekRegion: 0x04440622 + sceTouchPeekRegionExt: 0x2CF6D7E2 sceTouchRead: 0x169A1D58 + sceTouchSetRegion: 0x6134DFBE sceTouchSetSamplingState: 0x1B9C5D14 + sceTouchSetSamplingStateExt: 0x13CDFC43 |