Difference between revisions of "SceSublcd"

From Vita Development Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
Only present in early FWs (for example 0.940). This module is certainly for prototypes that had a LCD screen.
+
Only present in early System Software versions (for example 0.940). This module is certainly for prototypes that have a LCD screen.
  
 
== Module ==
 
== Module ==
  
=== Known NIDs ===
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Version !! Name !! World !! Privilege !! NID
+
! Version !! World !! Privilege
 
|-
 
|-
| 0.940 || SceSublcd || Non-secure || Kernel || 0xACCA9437
+
| 0.940 || Non-secure || Kernel
 
|}
 
|}
  

Latest revision as of 23:34, 31 March 2024

Only present in early System Software versions (for example 0.940). This module is certainly for prototypes that have a LCD screen.

Module

Version World Privilege
0.940 Non-secure Kernel

Libraries

Known NIDs

Version Name World Visibility NID
0.940 SceSublcdForDriver Non-secure Kernel 0xC0024EE9

SceSublcdForDriver

sceSublcdStartDisplayForDriver

Version NID
0.940 0x8A941F3D

sceSublcdSetInputFrameBufferForDriver

Version NID
0.940 0x543D8E9D

sceSublcdStopDisplayForDriver

Version NID
0.940 0xA8EB5200

sceSublcdSetOutputFormatForDriver

Version NID
0.940 0x0B29E7D2
// format must be 0, 1 or 2
int sceSublcdSetOutputFormatForDriver(SceUInt32 format);