|
PSPSDK 2025-10-12
|
#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) |
| int sceDmacMemcpy | ( | 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 |
| int sceDmacTryMemcpy | ( | void * | dst, |
| const void * | src, | ||
| SceSize | n ) |