Skip to content

Commit

Permalink
Set Windows/Linux window size to 640x480.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Jul 30, 2018
1 parent a715081 commit a453847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdl/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) )
Expand Down

0 comments on commit a453847

Please sign in to comment.