mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
iOS buildfix.
This commit is contained in:
parent
5613b86864
commit
e33b7fa1a4
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
// Try to be prime to other decimation intervals.
|
||||
#define TEXCACHE_DECIMATION_INTERVAL 13
|
||||
|
||||
#ifndef GL_UNPACK_ROW_LENGTH
|
||||
#define GL_UNPACK_ROW_LENGTH 0x0CF2
|
||||
#endif
|
||||
|
||||
extern int g_iNumVideos;
|
||||
|
||||
TextureCache::TextureCache() : clearCacheNextFrame_(false), lowMemoryMode_(false), clutBuf_(NULL) {
|
||||
|
|
Loading…
Add table
Reference in a new issue