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

@ -153,6 +153,7 @@ private:
bool s_texfmt_overlay;
bool s_texfmt_overlay_center;
bool s_hires_textures;
bool s_cache_hires_textures;
bool s_copy_cache_enable;
bool s_stereo_3d;
bool s_efb_mono_depth;