mirror of
https://github.com/libretro/Play-.git
synced 2025-03-02 16:38:03 +00:00
Default to high res mode when GLES compatibility is activated.
This commit is contained in:
parent
3caa537f31
commit
02d7fe8d05
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user