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

9
include/game/fault.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef _GAME_FAULT_H
#define _GAME_FAULT_H
#include "game/gamework_data.h"
void HuFaultInitXfbDirectDraw(GXRenderModeObj *mode);
void HuFaultSetXfbAddress(s16 index, void* value);
#endif