mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Initial work on implementing support for cheats
This commit is contained in:
11
arm9/source/cheats/UsrCheatDat.h
Normal file
11
arm9/source/cheats/UsrCheatDat.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user