mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 08:07:35 -04:00
Rename lib_0d0a0.c to dma.c
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
#ifndef _IN_LIB_LIB_0D0A0_H
|
||||
#define _IN_LIB_LIB_0D0A0_H
|
||||
#ifndef _IN_LIB_DMA_H
|
||||
#define _IN_LIB_DMA_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
void dmaInit(void);
|
||||
void dmaStart(void *memaddr, u32 romaddr, u32 len, bool priority);
|
||||
u32 xorDeadbeef(u32 value);
|
||||
u32 xorDeadbabe(u32 value);
|
||||
void dmaCheckPiracy(void *memaddr, u32 len);
|
||||
void dmaWait(void);
|
||||
void dmaExec(void *memaddr, void *romaddr, u32 len);
|
||||
Reference in New Issue
Block a user