Prototype fixes

This commit is contained in:
dbalatoni13 2025-04-02 00:41:07 +02:00
parent 9fb738e2ed
commit ba0d7ef58c
6 changed files with 20 additions and 3 deletions

View file

@ -1,5 +1,8 @@
#include "game/init.h"
#include "game/memory.h"
#include "game/fault.h"
#include "game/sreset.h"
#include "dolphin/demo/DEMOStats.h"
#include "dolphin/os.h"
#include "dolphin/gx.h"
#include "dolphin/dvd.h"
@ -295,4 +298,4 @@ static void LoadMemInfo()
DVDClose(&file);
OSDumpHeap(__OSCurrHeap);
}
}
}

View file

@ -10,8 +10,11 @@
#include "game/sprite.h"
#include "game/hsfformat.h"
#include "game/hsfman.h"
#include "game/minigame_seq.h"
#include "game/msm.h"
#include "game/perf.h"
#include "game/gamework.h"
#include "game/sreset.h"
extern FileListEntry _ovltbl[];
u32 GlobalCounter;