mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-13 02:21:53 +00:00
SDL: Fix EGL build.
This commit is contained in:
parent
b22c488588
commit
0345750500
@ -8,7 +8,9 @@
|
||||
#include "Common/GraphicsContext.h"
|
||||
|
||||
// TODO: Move this to a better place.
|
||||
void EGL_Open();
|
||||
#if defined(USING_EGL)
|
||||
int8_t EGL_Open();
|
||||
#endif
|
||||
|
||||
class SDLGLGraphicsContext : public DummyGraphicsContext {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user