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