mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(gx): refresh CGxDevice studies
This commit is contained in:
parent
abcd88b4c1
commit
6a6d154b0a
63 changed files with 2685 additions and 549 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue