Default to high res mode when GLES compatibility is activated.

This commit is contained in:
Jean-Philip Desjardins 2015-05-30 20:08:08 -04:00
parent 3caa537f31
commit 02d7fe8d05

View File

@ -9,7 +9,7 @@
//#define _WIREFRAME
//#define HIGHRES_MODE
#ifdef HIGHRES_MODE
#if defined(HIGHRES_MODE) || defined(GLES_COMPATIBILITY)
#define FBSCALE (2.0f)
#else
#define FBSCALE (1.0f)