diff options
Diffstat (limited to 'apps/plugins/doom/doomdef.h')
| -rw-r--r-- | apps/plugins/doom/doomdef.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/doom/doomdef.h b/apps/plugins/doom/doomdef.h index f76b092..1910e7c 100644 --- a/apps/plugins/doom/doomdef.h +++ b/apps/plugins/doom/doomdef.h @@ -92,8 +92,10 @@ typedef enum { #define MAX_SCREENWIDTH 1600 #define MAX_SCREENHEIGHT 1200 -#define SCREENWIDTH 320 -#define SCREENHEIGHT 200 +#define SCREENWIDTH LCD_WIDTH +//#define SCREENWIDTH 320 +//#define SCREENHEIGHT 200 +#define SCREENHEIGHT LCD_HEIGHT // The maximum number of players, multiplayer/networking. #define MAXPLAYERS 4 |