PSPSDK 2024-12-24
|
#include <psptypes.h>
Go to the source code of this file.
Functions | |
int | sceDmacMemcpy (void *dst, const void *src, SceSize n) |
Copy data in memory using DMAC. | |
int | sceDmacTryMemcpy (void *dst, const void *src, SceSize n) |
Copy data in memory using DMAC.
dst | - The pointer to the destination |
src | - The pointer to the source |
n | - The size of data |