Difference between revisions of "SceLibcParam"

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...")
 
 
(One intermediate revision by one other user not shown)
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>
 +
 
 +
[[Category:ARM]]
 +
[[Category:Usermode]]
 +
[[Category:Library]]

Latest revision as of 21:09, 1 May 2023

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;