]> git.sesse.net Git - ccbs/blob - bigscreen/resolution.h
Add a fullscreen define.
[ccbs] / bigscreen / resolution.h
1 #ifndef _RESOLUTION_H
2 #define _RESOLUTION_H 1
3
4 #define SCREEN_WIDTH 640
5 #define SCREEN_HEIGHT 480
6 #define SCREEN_LCD 0
7
8 #define USE_FULLSCREEN 1
9
10 /*
11  * This is used in the screens, mostly for historical reasons (they were
12  * first hard-coded to 800x600, and changing them to be resolution-independent
13  * is not a project for today).
14  */
15 #define LOGICAL_SCREEN_WIDTH 800
16 #define LOGICAL_SCREEN_HEIGHT 600
17
18 #endif /* !defined(_RESOLUTION_H) */