SceSublcd: Difference between revisions
Jump to navigation
Jump to search
CelesteBlue (talk | contribs) |
CelesteBlue (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Only present in early FWs (for example 0.940) | Only present in early FWs (for example 0.940). This module is certainly for prototypes that had a LCD screen. | ||
== Module == | == Module == | ||
Line 19: | Line 19: | ||
! Version !! Name !! World !! Visibility !! NID | ! Version !! Name !! World !! Visibility !! NID | ||
|- | |- | ||
| 0.940 || [[SceSublcd#SceSublcdForDriver|SceSublcdForDriver]] || Non-secure || Kernel || | | 0.940 || [[SceSublcd#SceSublcdForDriver|SceSublcdForDriver]] || Non-secure || Kernel || 0xC0024EE9 | ||
|} | |} | ||
== SceSublcdForDriver == | == SceSublcdForDriver == | ||
=== sceSublcdStartDisplayForDriver === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 0.940 || 0x8A941F3D | |||
|} | |||
=== sceSublcdSetInputFrameBufferForDriver === | === sceSublcdSetInputFrameBufferForDriver === | ||
Line 47: | Line 55: | ||
| 0.940 || 0x0B29E7D2 | | 0.940 || 0x0B29E7D2 | ||
|} | |} | ||
<source lang="C"> | |||
// format must be 0, 1 or 2 | |||
int sceSublcdSetOutputFormatForDriver(SceUInt32 format); | |||
</source> | |||
[[Category:Modules]] | [[Category:Modules]] | ||
[[Category:Kernel]] | [[Category:Kernel]] |
Revision as of 23:36, 6 April 2020
Only present in early FWs (for example 0.940). This module is certainly for prototypes that had a LCD screen.
Module
Known NIDs
Version | Name | World | Privilege | NID |
---|---|---|---|---|
0.940 | SceSublcd | Non-secure | Kernel | 0xACCA9437 |
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);