SceLibcParam: Difference between revisions

From Vita Development Wiki
Jump to navigation Jump to search
(Created page with "== Module == This is not actually a module but only a library exported by some usermode SELFs. == Libraries == === Known NIDs === {| class="wikitable" |- ! Version !! Name...")
 
No edit summary
Line 10: Line 10:
! Version !! Name !! World !! Visibility !! NID
! Version !! Name !! World !! Visibility !! NID
|-
|-
| 0.930-0.995 || [[SceLibcParam#SceLibcParam|SceLibcParam]] || Non-secure || User || 0x5AD9C136
| 0.930-0.995 || [[SceLibcParam#SceLibcParam|SceLibcParam]] || Non-secure || User || 0x5AD9C136 (no suffix)
|}
|}


== SceLibcParam ==
== SceLibcParam ==


=== SceLibcParam_DF084DFA ===
NIDs in this library have no suffix.
 
=== __sce_libcparam ===
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 25: Line 27:
This is a variable. See [[Modules]].
This is a variable. See [[Modules]].


<source lang="C">SceLibcParam SceLibcParam_DF084DFA;</source>
<source lang="C">SceLibcParam __sce_libcparam;</source>

Revision as of 01:07, 29 January 2022

Module

This is not actually a module but only a library exported by some usermode SELFs.

Libraries

Known NIDs

Version Name World Visibility NID
0.930-0.995 SceLibcParam Non-secure User 0x5AD9C136 (no suffix)

SceLibcParam

NIDs in this library have no suffix.

__sce_libcparam

Version NID
0.930-0.995 0xDF084DFA

This is a variable. See Modules.

SceLibcParam __sce_libcparam;