iOS buildfix

This commit is contained in:
Henrik Rydgård 2017-12-27 14:46:01 +01:00
parent 5c7c7ce192
commit 7d6f9aec4d
2 changed files with 4 additions and 4 deletions

View File

@ -9,6 +9,10 @@
#define TEXCACHE_NAME_CACHE_SIZE 16
#ifdef IOS
extern void bindDefaultFBO();
#endif
// Workaround for Retroarch. Simply declare
// extern GLuint g_defaultFBO;
// and set is as appropriate. Can adjust the variables in ext/native/base/display.h as

View File

@ -16,10 +16,6 @@
#include "thin3d/GLRenderManager.h"
#ifdef IOS
extern void bindDefaultFBO();
#endif
// #define DEBUG_READ_PIXELS 1
namespace Draw {