mirror of
https://github.com/google0101-ryan/Emotional.git
synced 2025-04-02 10:32:07 -04:00
11 lines
No EOL
191 B
C
11 lines
No EOL
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; |