Merge pull request #2162 from degasus/prefetch_tex

CustomTexture: prefetch all available textures
This commit is contained in:
Markus Wick
2015-05-26 13:30:26 +02:00
10 changed files with 210 additions and 14 deletions

View File

@ -104,6 +104,7 @@ struct VideoConfig final
bool bDumpTextures;
bool bHiresTextures;
bool bConvertHiresTextures;
bool bCacheHiresTextures;
bool bDumpEFBTarget;
bool bUseFFV1;
bool bFreeLook;