Prototype fixes
This commit is contained in:
parent
9fb738e2ed
commit
ba0d7ef58c
6 changed files with 20 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue