mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-21 05:34:17 -04:00
Implement & link jaudio_NES/dummyrom.c
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef DVDTHREAD_H
|
||||
#define DVDTHREAD_H
|
||||
|
||||
#include "types.h"
|
||||
#include "dolphin/dvd.h"
|
||||
|
||||
typedef void (*Jac_DVDCallback)(u32);
|
||||
|
||||
extern s32 DVDT_DRAMtoARAM(u32 owner, u32 dram, u32 aram, u32 len, u32* outLen, Jac_DVDCallback callback);
|
||||
extern s32 DVDT_ARAMtoDRAM(u32 owner, u32 dram, u32 aram, u32 len, u32* outLen, Jac_DVDCallback callback);
|
||||
extern u32 Jac_CheckFile(char* path);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user