SceDeci4pCpup: Difference between revisions

From Vita Development Wiki
Jump to navigation Jump to search
(Created page with "== Module == === Known NIDs === {| class="wikitable" |- ! Version !! Name !! World !! NID |- | 3.60 || SceDeci4pCpup || Non-secure || ? |} == Libraries == === Known NIDs ==...")
 
Line 39: Line 39:


Reads 0x80 bytes (or 4 bytes at offset 0x80).
Reads 0x80 bytes (or 4 bytes at offset 0x80).
=== unk_4939DA45 ===
{| class="wikitable"
|-
! Version !! NID
|-
| 0.940 || 0x4939DA45
|}
<source lang="C">
// values seen:
// a1 = CP RTC
// a2 = 0, = 1
// a3 = activation_key, = 0
int unk_4939DA45(int a1, int a2, int a3);
</source>

Revision as of 22:35, 26 January 2019

Module

Known NIDs

Version Name World NID
3.60 SceDeci4pCpup Non-secure ?

Libraries

Known NIDs

Version Name World NID
3.60 SceDeci4pCpupForDriver Non-secure 0x5E323A42

SceDeci4pCpupForDriver

sceDeci4pCpupInitForDriver

Version NID
3.60 0xC0AB956B

sceDeci4pCpupGetCpSerialIdForDriver

Version NID
3.60 0x8139AD4E

Reads 0x80 bytes (or 4 bytes at offset 0x80).

unk_4939DA45

Version NID
0.940 0x4939DA45
// values seen:
// a1 = CP RTC
// a2 = 0, = 1
// a3 = activation_key, = 0
int unk_4939DA45(int a1, int a2, int a3);