mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 18:06:07 +00:00
Match dvd.c, not linking for now (links with patched 1.2.5)
Former-commit-id: d0ad5f5ef8
This commit is contained in:
16
include/dolphin/os/OSBootInfo.h
Normal file
16
include/dolphin/os/OSBootInfo.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __OSBOOTINFO_H__
|
||||
#define __OSBOOTINFO_H__
|
||||
|
||||
typedef struct OSBootInfo {
|
||||
DVDDiskID DVDDiskID;
|
||||
u32 magic;
|
||||
u32 version;
|
||||
u32 memorySize;
|
||||
u32 consoleType;
|
||||
void* arenaLo;
|
||||
void* arenaHi;
|
||||
void* FSTLocation;
|
||||
u32 FSTMaxLength;
|
||||
} OSBootInfo;
|
||||
|
||||
#endif // __OSBOOTINFO_H__
|
||||
Reference in New Issue
Block a user