aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gcheat.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-03-30 01:07:36 -0400
committerNebuleon Fumika2013-03-30 01:08:07 -0400
commit55b5c8ff65834d9f9e247694f8b5cc56649c42dd (patch)
treee8f2d517a5eec30aa69585d62e73c94ec9a77780 /source/nds/gcheat.h
parentfa71ce73458c91ef8cbdbdb2f3beeb6d820e25e2 (diff)
downloadsnes9x2005-55b5c8ff65834d9f9e247694f8b5cc56649c42dd.tar.gz
snes9x2005-55b5c8ff65834d9f9e247694f8b5cc56649c42dd.tar.bz2
snes9x2005-55b5c8ff65834d9f9e247694f8b5cc56649c42dd.zip
Increase the row count from 6 to 8 in the GUI, file selector and cheats. Remove the useless "dynamic cheat" functions.
Diffstat (limited to 'source/nds/gcheat.h')
-rw-r--r--source/nds/gcheat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/gcheat.h b/source/nds/gcheat.h
index 3c9e440..65d480e 100644
--- a/source/nds/gcheat.h
+++ b/source/nds/gcheat.h
@@ -26,7 +26,7 @@ extern "C" {
#include "cheats.h"
-#define CHEATS_PER_PAGE 4
+#define CHEATS_PER_PAGE 6
#define MAX_CHEATS_PAGE (MAX_CHEATS_T / CHEATS_PER_PAGE)
extern int NDSSFCLoadCheatFile(const char* filename);