diff options
author | Reiko Asakura | 2020-09-21 06:09:14 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-09-21 06:09:14 -0400 |
commit | 900943a87f1e72765f12f4e32368493eaa85d870 (patch) | |
tree | 80c2ac2cc1ceabb51236fcb56bab9c2f3fe11ca2 /nids/360/SceKernelIntrMgr.yml | |
parent | Remove functions for old firmware versions (diff) | |
download | vds-libraries-900943a87f1e72765f12f4e32368493eaa85d870.tar.gz |
Move functions to correct library
Diffstat (limited to 'nids/360/SceKernelIntrMgr.yml')
-rw-r--r-- | nids/360/SceKernelIntrMgr.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nids/360/SceKernelIntrMgr.yml b/nids/360/SceKernelIntrMgr.yml index 1762514..776bbd6 100644 --- a/nids/360/SceKernelIntrMgr.yml +++ b/nids/360/SceKernelIntrMgr.yml @@ -5,14 +5,12 @@ modules: SceIntrmgrForDriver: nid: 0x9DF04041 functions: - sceKernelClearIntrPending: 0x4DC48A01 sceKernelDisableSubIntr: 0x259C6D9E sceKernelEnableSubIntr: 0x901E41D8 sceKernelGetIntrMasked: 0x6EC07C56 sceKernelGetIntrPriority: 0xE427D050 sceKernelGetIntrTarget: 0x353CFAAE sceKernelIsIntrAllowedInCurrentContext: 0x182EE3E3 - sceKernelIsIntrPending: 0xA269003D sceKernelIsSubInterruptOccurred: 0x950B864B sceKernelMaskIntr: 0x180435EC sceKernelRegisterIntrHandler: 0x5C1FEB29 @@ -33,4 +31,6 @@ modules: SceIntrmgrForKernel: nid: 0x07AC5E3A functions: + sceKernelClearIntrPending: 0x4DC48A01 + sceKernelIsIntrPending: 0xA269003D sceKernelQueryIntrHandlerInfo: 0xB5AFAE49 |