PSPSDK 2024-12-24
Loading...
Searching...
No Matches
pspdmac.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - http://www.pspdev.org
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * dmac.c - A DMAC function
7 *
8 * Copyright (c) 2016 173210 <root.3.173210@live.com>
9 */
10
11#include <psptypes.h>
12
22int sceDmacMemcpy(void *dst, const void *src, SceSize n);
23
24int sceDmacTryMemcpy(void *dst, const void *src, SceSize n);
int sceDmacMemcpy(void *dst, const void *src, SceSize n)
Copy data in memory using DMAC.
int sceDmacTryMemcpy(void *dst, const void *src, SceSize n)
unsigned int SceSize
Definition pspkerneltypes.h:27
float x
Definition psptypes.h:0