mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Hack to be able to build on Raspberry Pi.
This commit is contained in:
parent
9a53ad0463
commit
1c31a8a49e
|
@ -18,7 +18,12 @@
|
|||
#endif
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
// Hack until shader support has been added for OpenGL ES.
|
||||
#if defined(USE_OPENGL_21)
|
||||
#include <SDL2/SDL_opengl.h>
|
||||
#else
|
||||
#include <SDL2/SDL_opengles.h>
|
||||
#endif
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue