mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Check for low GPU memory and try to disable cache.
This may help with phones and even desktops without much VRAM/RAM. Normally OpenGL will copy between them, though, so it should not happen often, especially not on desktops.
This commit is contained in:
@@ -108,6 +108,7 @@ private:
|
||||
TexCache secondCache;
|
||||
|
||||
bool clearCacheNextFrame_;
|
||||
bool lowMemoryMode_;
|
||||
TextureScaler scaler;
|
||||
|
||||
SimpleBuf<u32> tmpTexBuf32;
|
||||
|
||||
Reference in New Issue
Block a user