diff options
| author | 2020-05-17 21:06:32 -0300 | |
|---|---|---|
| committer | 2020-05-19 17:53:17 -0300 | |
| commit | 47a7c4f4fed12d30c2c724df8c320cf34b654433 (patch) | |
| tree | 1cb200edfd27fc54173134b1ccb4a063bc5804e6 /src/core/settings.h | |
| parent | Merge pull request #3665 from bunnei/device-save (diff) | |
| download | yuzu-47a7c4f4fed12d30c2c724df8c320cf34b654433.tar.gz yuzu-47a7c4f4fed12d30c2c724df8c320cf34b654433.tar.xz yuzu-47a7c4f4fed12d30c2c724df8c320cf34b654433.zip | |
yuzu: Add frontend settings for assembly shaders
Add settings for assembly shaders. Currently hidden to avoid users from
accidentally enabled them.
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index c1266b341..78eb33737 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -446,6 +446,7 @@ struct Values { | |||
| 446 | GPUAccuracy gpu_accuracy; | 446 | GPUAccuracy gpu_accuracy; |
| 447 | bool use_asynchronous_gpu_emulation; | 447 | bool use_asynchronous_gpu_emulation; |
| 448 | bool use_vsync; | 448 | bool use_vsync; |
| 449 | bool use_assembly_shaders; | ||
| 449 | bool force_30fps_mode; | 450 | bool force_30fps_mode; |
| 450 | bool use_fast_gpu_time; | 451 | bool use_fast_gpu_time; |
| 451 | 452 | ||