Files
pico-launcher/arm9/source/cheats/UsrCheatDat.h
2026-02-22 20:28:35 +01:00

12 lines
177 B
C

#pragma once
struct usr_cheat_index_entry_t
{
u32 gameCode;
u32 headerCrc32;
u32 offset;
u32 padding;
};
static_assert(sizeof(usr_cheat_index_entry_t) == 16);