Add DMAC definitions

This commit is contained in:
Sophie Kirschner
2020-09-02 11:44:38 +03:00
parent 30c8272ba3
commit 87232db654
4 changed files with 56 additions and 0 deletions

11
src/dmac/sceDmac.S Normal file
View File

@@ -0,0 +1,11 @@
#include "pspimport.s"
#ifdef F_sceDmac_0000
IMPORT_START "sceDmac", 0x40010011
#endif
#ifdef F_sceDmac_0001
IMPORT_FUNC "sceDmac", 0x617F3FE6, sceDmacMemcpy
#endif
#ifdef F_sceDmac_0002
IMPORT_FUNC "sceDmac", 0xD97F94D8, sceDmacTryMemcpy
#endif