Emotional/BIOS/iop/types.h
2024-01-28 19:56:54 -05:00

11 lines
191 B
C

#pragma once
typedef struct
{
unsigned int ram_size;
unsigned int boot_info;
unsigned int cmd_ptr;
unsigned int unk2[3];
unsigned int numModules;
unsigned int structEnd;
} IopBootInfo;