1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 14:06:31 -05:00

settings: Hide shader cache behind a setting

This commit is contained in:
ReinUsesLisp
2019-01-14 02:14:27 -03:00
parent be4641c43f
commit e78da8dc1f
8 changed files with 42 additions and 0 deletions

View File

@@ -391,6 +391,7 @@ struct Values {
float resolution_factor;
bool use_frame_limit;
u16 frame_limit;
bool use_disk_shader_cache;
bool use_accurate_gpu_emulation;
float bg_red;