vitasdk
Documentation of the vitasdk

Detailed Description

Exports for User.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceKernelDmacMgr_stub



Functions

int sceDmacMemcpy (void *dst, const void *src, SceSize size)
 DMA memcpy. More...
 
int sceDmacMemset (void *dst, int ch, SceSize size)
 DMA memset. More...
 

Function Documentation

◆ sceDmacMemcpy()

int sceDmacMemcpy ( void *  dst,
const void *  src,
SceSize  size 
)

DMA memcpy.

Parameters
[in]dst- Destination
[in]src- Source
[in]size- Size
Returns
< 0 on error.

◆ sceDmacMemset()

int sceDmacMemset ( void *  dst,
int  ch,
SceSize  size 
)

DMA memset.

Parameters
[in]dst- Destination
[in]ch- The character
[in]size- Size
Returns
< 0 on error.