feat(gx): refresh CGxDevice studies

This commit is contained in:
phaneron 2025-04-29 16:26:36 -04:00
parent abcd88b4c1
commit 6a6d154b0a
63 changed files with 2685 additions and 549 deletions

View file

@ -1,14 +1,13 @@
#ifndef GX_EMERGENCY_MEM_H
#define GX_EMERGENCY_MEM_H
#include "storm/array/uint8_t.h"
DECLARE_STRUCT(EmergencyMem);
struct EmergencyMem {
uint32_t unk00;
uint32_t unk04;
uint32_t unk08;
uint32_t unk0C;
uint32_t unk10;
TSGrowableArray_uint8_t m_data;
};
#endif