Difference between revisions of "SceOled"

From Vita Development Wiki
Jump to navigation Jump to search
Line 31: Line 31:
  
 
Waits until the OLED has been initialized.
 
Waits until the OLED has been initialized.
 +
 +
=== SceOledForDriver_2F0C4B67 ===
 +
{| class="wikitable"
 +
|-
 +
! Version !! NID
 +
|-
 +
| 3.60 || 0x2F0C4B67
 +
|}
 +
 +
<source lang="c">int SceOledForDriver_2F0C4B67(u8 unk, void *buffer, int size);</source>
 +
 +
Sends a command to the OLED?
  
 
[[Category:Modules]]
 
[[Category:Modules]]
 
[[Category:Kernel]]
 
[[Category:Kernel]]

Revision as of 21:20, 9 June 2017

Module

Known NIDs

Version Name World Privilege NID
1.69 SceOled Non-secure Kernel 0x5410837A

Libraries

Known NIDs

Version Name World Visibility NID
1.69 SceOledForDriver Non-secure Kernel 0x60C7478A

SceOledForDriver

SceOledForDriver_0CC6BCB4

Version NID
3.60 0x0CC6BCB4

Waits until the OLED has been initialized.

SceOledForDriver_2F0C4B67

Version NID
3.60 0x2F0C4B67
int SceOledForDriver_2F0C4B67(u8 unk, void *buffer, int size);

Sends a command to the OLED?