Make it easier to override resolution from Makefile
This commit is contained in:
@@ -4,8 +4,13 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#ifndef DOOMGENERIC_RESX
|
||||||
#define DOOMGENERIC_RESX 640
|
#define DOOMGENERIC_RESX 640
|
||||||
|
#endif // DOOMGENERIC_RESX
|
||||||
|
|
||||||
|
#ifndef DOOMGENERIC_RESY
|
||||||
#define DOOMGENERIC_RESY 400
|
#define DOOMGENERIC_RESY 400
|
||||||
|
#endif // DOOMGENERIC_RESY
|
||||||
|
|
||||||
|
|
||||||
extern uint32_t* DG_ScreenBuffer;
|
extern uint32_t* DG_ScreenBuffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user