Add settings for disk shader cache

This commit is contained in:
James Rowe 2019-09-07 15:23:35 -06:00
parent 8f67d6a444
commit b5bc05738c
3 changed files with 4 additions and 0 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;