mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Decompile __osSpRawStartDma
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_4B550_H
|
||||
#define _IN_LIB_LIB_4B550_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
#endif
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user