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:
parent
65010607b7
commit
47a7c4f4fe
8 changed files with 29 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue