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