Difference between revisions of "NSKBL Subroutines"

From Vita Development Wiki
Jump to navigation Jump to search
(Created page with " == Common functions == === sceSdifGetSdContextGlobal === {| class="wikitable" |- ! Version !! offset !! mode |- | 3.60 || 0x5101A9F4 || thumb |} <source lang="C">void *sce...")
 
Line 1: Line 1:
  
 
== Common functions ==
 
== Common functions ==
 +
 +
=== sceSdifInitializeSdDevice ===
 +
 +
{| class="wikitable"
 +
|-
 +
! Version !! offset !! mode
 +
|-
 +
| 3.60 || 0x5101D820 || thumb
 +
|}
 +
 +
<source lang="C">int sceSdifInitializeSdDevice(int sd_ctx_index, void **result);</source>
  
 
=== sceSdifGetSdContextGlobal ===
 
=== sceSdifGetSdContextGlobal ===

Revision as of 18:54, 24 July 2020

Common functions

sceSdifInitializeSdDevice

Version offset mode
3.60 0x5101D820 thumb
int sceSdifInitializeSdDevice(int sd_ctx_index, void **result);

sceSdifGetSdContextGlobal

Version offset mode
3.60 0x5101A9F4 thumb
void *sceSdifGetSdContextGlobal(int type);


sceSdifReadSectorSd

Version offset mode
3.60 0x5101E670 thumb
int sceSdifReadSectorSd(void *part_ctx, SceSize sector_pos, void *data, SceSize sector_num);