diff options
| author | 2020-05-24 00:34:12 -0400 | |
|---|---|---|
| committer | 2020-05-24 00:34:12 -0400 | |
| commit | 325e7eed3c48b8c09830710efa7b19a06f4568a8 (patch) | |
| tree | 449e2f63a63ec352c38763231a466bf1e2744ad1 /src/core/settings.h | |
| parent | Merge pull request #3979 from ReinUsesLisp/thread-group (diff) | |
| parent | renderer_opengl: Add assembly program code paths (diff) | |
| download | yuzu-325e7eed3c48b8c09830710efa7b19a06f4568a8.tar.gz yuzu-325e7eed3c48b8c09830710efa7b19a06f4568a8.tar.xz yuzu-325e7eed3c48b8c09830710efa7b19a06f4568a8.zip | |
Merge pull request #3964 from ReinUsesLisp/arb-integration
renderer_opengl: Add assembly program code paths
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 | ||