Merge pull request #4923 from jroweboy/diskcachelul

Disk Shader Caching
This commit is contained in:
James Rowe 2020-01-17 18:15:50 -07:00 committed by GitHub
commit e74a402c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 1600 additions and 138 deletions

View file

@ -141,6 +141,7 @@ struct Values {
bool use_gles;
bool use_hw_renderer;
bool use_hw_shader;
bool use_disk_shader_cache;
bool shaders_accurate_mul;
bool use_shader_jit;
u16 resolution_factor;