diff --git a/sdl/conf.h b/sdl/conf.h index 91c3afb..2f9607b 100644 --- a/sdl/conf.h +++ b/sdl/conf.h @@ -10,8 +10,8 @@ #define FONT_FOLDER_ICON 10 #define FONT_FILE_ICON 11 -#define MAX_X_RESOLUTION 1024 -#define MAX_Y_RESOLUTION 768 +#define MAX_X_RESOLUTION 640 +#define MAX_Y_RESOLUTION 480 #define FONT_MIN_SIZE_Y 6 #define MAX_FILES_PER_SCREEN ( ( MAX_Y_RESOLUTION / FONT_MIN_SIZE_Y ) )