mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 14:54:11 +08:00
8 lines
116 B
C
8 lines
116 B
C
#include "arm11/cheat.h"
|
|
|
|
typedef struct {
|
|
u32 chtId;
|
|
u8 entLen;
|
|
u32 *entArr;
|
|
} CurrentCheat;
|