diff options
Diffstat (limited to 'nids/360')
-rw-r--r-- | nids/360/SceKernelThreadMgr.yml | 6 | ||||
-rw-r--r-- | nids/360/SceLowio.yml | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/nids/360/SceKernelThreadMgr.yml b/nids/360/SceKernelThreadMgr.yml index 9afb36d..5dc0498 100644 --- a/nids/360/SceKernelThreadMgr.yml +++ b/nids/360/SceKernelThreadMgr.yml @@ -15,6 +15,12 @@ modules: sceKernelCheckDipsw: 0x1C783FB2 sceKernelClearDipsw: 0x800EDCC1 sceKernelSetDipsw: 0x817053D4 + SceDipswForDriver: + nid: 0xC9E26388 + functions: + sceKernelCheckDipsw: 0xA98FC2FD + sceKernelClearDipsw: 0xF1F3E9FE + sceKernelSetDipsw: 0x82E45FBF SceThreadmgr: nid: 0x859A24B1 functions: diff --git a/nids/360/SceLowio.yml b/nids/360/SceLowio.yml index 9c37613..370ba4b 100644 --- a/nids/360/SceLowio.yml +++ b/nids/360/SceLowio.yml @@ -18,6 +18,7 @@ modules: SceI2cForDriver: nid: 0xE14BEF6E functions: + sceI2cInit: 0x9CF8F3D6 sceI2cSetDebugHandlers: 0xA2C7CE62 sceI2cTransferRead: 0xD1D0A9A4 sceI2cTransferWrite: 0xCA94A759 |