yuzu: Add frontend settings for assembly shaders

Add settings for assembly shaders. Currently hidden to avoid users from
accidentally enabled them.
This commit is contained in:
ReinUsesLisp 2020-05-17 21:06:32 -03:00
parent 65010607b7
commit 47a7c4f4fe
8 changed files with 29 additions and 0 deletions

View file

@ -446,6 +446,7 @@ struct Values {
GPUAccuracy gpu_accuracy;
bool use_asynchronous_gpu_emulation;
bool use_vsync;
bool use_assembly_shaders;
bool force_30fps_mode;
bool use_fast_gpu_time;