mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-23 22:55:39 +00:00
14 lines
188 B
C
14 lines
188 B
C
|
//the Makefiles define these via command line
|
||
|
//#define _RPI_
|
||
|
//#define _DESKTOP_
|
||
|
|
||
|
|
||
|
#ifdef _RPI_
|
||
|
#define GLHEADER <GLES/gl.h>
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#ifdef _DESKTOP_
|
||
|
#define GLHEADER <GL/gl.h>
|
||
|
#endif
|