X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=bigscreen%2Fresolution.h;h=6898112b239cdbc642fe2c4e5bbc0c7196effb33;hb=7b8b747f037d2244ffd080e97d9d5e5c0e9114a7;hp=20125ebf3b57c95dc9f9cdf544f6f4a03f1adf87;hpb=16d44dda496bb6fec27aeea13decaae16fd08f7e;p=ccbs diff --git a/bigscreen/resolution.h b/bigscreen/resolution.h index 20125eb..6898112 100644 --- a/bigscreen/resolution.h +++ b/bigscreen/resolution.h @@ -1,16 +1,6 @@ #ifndef _RESOLUTION_H #define _RESOLUTION_H 1 -#define SCREEN_WIDTH 640 -#define SCREEN_HEIGHT 480 -#define SCREEN_LCD 0 - -/* - * This is used in the screens, mostly for historical reasons (they were - * first hard-coded to 800x600, and changing them to be resolution-independent - * is not a project for today). - */ -#define LOGICAL_SCREEN_WIDTH 800 -#define LOGICAL_SCREEN_HEIGHT 600 +#define USE_SPLITSCREEN 1 #endif /* !defined(_RESOLUTION_H) */