SceDriverUser: Difference between revisions
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
== SceDisplayUser == | == SceDisplayUser == | ||
=== sceDisplayGetFrameBuf === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x42AE6BBC | |||
|} | |||
Wrapper to <code>SceDisplay_A753B0CA</code>. | |||
=== sceDisplaySetFrameBuf === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x7A410B64 | |||
|} | |||
Wrapper to <code>SceDisplay_F51523CB</code>. | |||
== SceErrorUser == | == SceErrorUser == |
Revision as of 07:45, 26 October 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
sceDisplayGetFrameBuf
Version | NID |
---|---|
3.60 | 0x42AE6BBC |
Wrapper to SceDisplay_A753B0CA
.
sceDisplaySetFrameBuf
Version | NID |
---|---|
3.60 | 0x7A410B64 |
Wrapper to SceDisplay_F51523CB
.
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 |
//dest should be buffer of size 0x70 int sceAppMgrCheckRifGD(char* path, void* dest)