mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-03 11:37:20 +00:00
iOS buildfix
This commit is contained in:
parent
5c7c7ce192
commit
7d6f9aec4d
@ -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
|
||||
|
@ -16,10 +16,6 @@
|
||||
|
||||
#include "thin3d/GLRenderManager.h"
|
||||
|
||||
#ifdef IOS
|
||||
extern void bindDefaultFBO();
|
||||
#endif
|
||||
|
||||
// #define DEBUG_READ_PIXELS 1
|
||||
|
||||
namespace Draw {
|
||||
|
Loading…
x
Reference in New Issue
Block a user