SceDriverUser: Difference between revisions
Jump to navigation
Jump to search
Line 127: | Line 127: | ||
<source lang="c">int sceAppMgrUmount(const char *mount_point)</source> | <source lang="c">int sceAppMgrUmount(const char *mount_point)</source> | ||
=== sceAppMgrCheckRifGD === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x6e5cbca2 | |||
|} | |||
<source lang="c">int sceAppMgrCheckRifGD(int unk0, int unk1)</source> | |||
== SceDrmBridgeUser == | == SceDrmBridgeUser == |
Revision as of 23:50, 5 June 2017
Module
Known NIDs
Version | Name | World | Privilege | NID |
---|---|---|---|---|
3.60 | SceDriverUser | ? | User | 0xAD0AEA9A |
Libraries
Known NIDs
Version | Name | World | Visibility | NID |
---|---|---|---|---|
3.60 | SceFios2User | ? | User | 0xC2ED82D7 |
3.60 | SceRtcUser | ? | User | 0x6704D3C6 |
3.60 | SceDisplayUser | ? | User | 0x4FAACD11 |
3.60 | SceErrorUser | ? | User | 0xD401318D |
3.60 | SceMotion | ? | User | 0xDC571B3F |
3.60 | SceAppMgrUser | ? | User | 0xA6605D6F |
3.60 | SceDrmBridgeUser | ? | User | 0x91AFEB43 |
SceFios2User
SceRtcUser
SceDisplayUser
SceErrorUser
sceErrorHistoryUpdateSequenceInfo
Version | NID |
---|---|
3.60 | 0x1AA2E39E |
derived from SceError
_sceErrorHistoryUpdateSequenceInfo
sceErrorHistorySetDefaultFormat
Version | NID |
---|---|
3.60 | 0x395240A1 |
derived from SceError
_sceErrorHistorySetDefaultFormat
sceErrorHistoryClearError
Version | NID |
---|---|
3.60 | 0x7DF547D1 |
derived from SceError
_sceErrorHistoryClearError
sceErrorGetExternalString
Version | NID |
---|---|
3.60 | 0xA4DE5B69 |
derived from SceError
_sceErrorGetExternalString
sceErrorHistoryGetError
Version | NID |
---|---|
3.60 | 0xB908B17F |
derived from SceError
_sceErrorHistoryGetError
sceErrorHistoryPostError
Version | NID |
---|---|
3.60 | 0xBC416CFA |
derived from SceError
_sceErrorHistoryPostError
SceMotion
SceAppMgrUser
sceAppMgrGameDataMount
Version | NID |
---|---|
3.60 | 0x4993876C |
//original_path: "gro0:app/NAME00000" //result: mount_point: "gp000000000000:" - must be of size 0x10 int sceAppMgrGameDataMount(char* original_path, char* unk1, char* unk2, char* mount_point)
sceAppMgrUmount
Version | NID |
---|---|
3.60 | 0x5e375921 |
int sceAppMgrUmount(const char *mount_point)
sceAppMgrCheckRifGD
Version | NID |
---|---|
3.60 | 0x6e5cbca2 |
int sceAppMgrCheckRifGD(int unk0, int unk1)