From 55b5c8ff65834d9f9e247694f8b5cc56649c42dd Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sat, 30 Mar 2013 01:07:36 -0400 Subject: Increase the row count from 6 to 8 in the GUI, file selector and cheats. Remove the useless "dynamic cheat" functions. --- source/nds/gcheat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/nds/gcheat.h') 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); -- cgit v1.2.3