diff options
| author | 2020-07-10 14:00:02 +1000 | |
|---|---|---|
| committer | 2020-07-17 14:26:14 +1000 | |
| commit | 85d7a8f466837859a372fdc2a93028061e1b0bb8 (patch) | |
| tree | 1f924fffcd6f8a44eb54c6e4a8bc94b7773c88eb /src/core/settings.h | |
| parent | async shaders (diff) | |
| download | yuzu-85d7a8f466837859a372fdc2a93028061e1b0bb8.tar.gz yuzu-85d7a8f466837859a372fdc2a93028061e1b0bb8.tar.xz yuzu-85d7a8f466837859a372fdc2a93028061e1b0bb8.zip | |
Rebase for per game settings
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 a64debd25..386233fdf 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -434,6 +434,7 @@ struct Values { | |||
| 434 | Setting<bool> use_asynchronous_gpu_emulation; | 434 | Setting<bool> use_asynchronous_gpu_emulation; |
| 435 | Setting<bool> use_vsync; | 435 | Setting<bool> use_vsync; |
| 436 | Setting<bool> use_assembly_shaders; | 436 | Setting<bool> use_assembly_shaders; |
| 437 | Setting<bool> use_asynchronous_shaders; | ||
| 437 | Setting<bool> force_30fps_mode; | 438 | Setting<bool> force_30fps_mode; |
| 438 | Setting<bool> use_fast_gpu_time; | 439 | Setting<bool> use_fast_gpu_time; |
| 439 | 440 | ||