Add fault.h and document fault.c

This commit is contained in:
darxoon 2024-01-27 18:01:37 +01:00
parent 88a426834b
commit 7f575b6416
4 changed files with 147 additions and 156 deletions

View file

@ -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;