Increase default resolution by a little bit

This commit is contained in:
MysterD 2023-05-03 21:42:17 -07:00
parent 607590fcaf
commit 8a7778bbff
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#ifndef GFX_SCREEN_CONFIG_H #ifndef GFX_SCREEN_CONFIG_H
#define GFX_SCREEN_CONFIG_H #define GFX_SCREEN_CONFIG_H
#define DESIRED_SCREEN_WIDTH 640 #define DESIRED_SCREEN_WIDTH 800
#define DESIRED_SCREEN_HEIGHT 480 #define DESIRED_SCREEN_HEIGHT 600
#endif #endif