Add fault.h and document fault.c
This commit is contained in:
parent
88a426834b
commit
7f575b6416
4 changed files with 147 additions and 156 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "game/init.h"
|
||||
#include "game/fault.h"
|
||||
#include "dolphin/os.h"
|
||||
#include "dolphin/gx.h"
|
||||
#include "dolphin/dvd.h"
|
||||
|
|
@ -14,8 +15,6 @@ extern void HuAudInit();
|
|||
extern void HuCardInit();
|
||||
extern void HuARInit();
|
||||
extern u32 frand();
|
||||
extern void HuFaultInitXfbDirectDraw(GXRenderModeObj *mode);
|
||||
extern void HuFaultSetXfbAddress(int fb, void *addr);
|
||||
|
||||
static GXRenderModeObj rmodeobj;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue