mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-05 17:12:14 +02:00
Increase cheat file and opcode size maximum
This commit is contained in:
parent
df3c8f4c94
commit
59f86ce7fd
@ -36,7 +36,7 @@ struct CheatProcessMetadata {
|
||||
struct CheatDefinition {
|
||||
char readable_name[0x40];
|
||||
uint32_t num_opcodes;
|
||||
uint32_t opcodes[0x100];
|
||||
uint32_t opcodes[0x200];
|
||||
};
|
||||
|
||||
struct CheatEntry {
|
||||
|
@ -29,7 +29,7 @@ static OverrideKey g_default_cheat_enable_key = {
|
||||
};
|
||||
|
||||
/* Static buffer for loader.ini contents at runtime. */
|
||||
static char g_config_ini_data[0x800];
|
||||
static char g_config_ini_data[0xFFF];
|
||||
|
||||
static OverrideKey ParseOverrideKey(const char *value) {
|
||||
OverrideKey cfg;
|
||||
|
Loading…
Reference in New Issue
Block a user