diff options
author | Sergi Granell | 2017-02-14 00:12:46 +0100 |
---|---|---|
committer | Sergi Granell | 2017-02-14 00:12:46 +0100 |
commit | f4b728902e929afa1605a7e78f06c729e7fb4ae2 (patch) | |
tree | e23bbbe08bdac95b1946234b81559f33919b32a5 | |
parent | Add ksceGpioQueryIntr NID (diff) | |
download | vds-libraries-f4b728902e929afa1605a7e78f06c729e7fb4ae2.tar.gz |
Add more SceGpioForDriver NIDs
-rw-r--r-- | nids/360/SceLowio.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nids/360/SceLowio.yml b/nids/360/SceLowio.yml index d4ac1e0..f72b70b 100644 --- a/nids/360/SceLowio.yml +++ b/nids/360/SceLowio.yml @@ -5,4 +5,9 @@ modules: SceGpioForDriver: nid: 0xF0EF5743 functions: + sceGpioAcquireIntr: 0x35AAD77A + sceGpioPortClear: 0xF6310435 + sceGpioPortSet: 0xD454A584 sceGpioQueryIntr: 0x010DC295 + sceGpioSetIntrMode: 0xBBEA1DDC + sceGpioSetPortMode: 0x372022A4 |