Decompile __osSpRawStartDma

This commit is contained in:
Ryan Dwyer
2021-01-26 20:10:58 +10:00
parent 758a1a31f6
commit 6a5a67c882
6 changed files with 21 additions and 63 deletions
-6
View File
@@ -1,6 +0,0 @@
#ifndef _IN_LIB_LIB_4B550_H
#define _IN_LIB_LIB_4B550_H
#include <ultra64.h>
#include "types.h"
#endif
+1 -1
View File
@@ -37,7 +37,7 @@ u32 __osSpGetStatus();
s32 __osSpSetPc(u32);
s32 __osSpDeviceBusy();
s32 __osSiDeviceBusy();
s32 __osSpRawStartDma(u32 dir, u32 sp_ptr, void *dram_ptr, size_t size);
s32 __osSpRawStartDma(s32 direction, u32 devAddr, void *dramAddr, u32 size);
void __osViInit();
OSViContext * __osViGetCurrentContext();
void __osViSwapContext();