diff options
| author | 2020-04-20 13:20:52 -0400 | |
|---|---|---|
| committer | 2020-04-23 08:52:57 -0400 | |
| commit | b8aef40c56588c999b15a63516b5d68958f667df (patch) | |
| tree | 0edd0e6d5346b8cc3d992962c6381efe7a897dc2 /src/core | |
| parent | Maxwell3D: Process Macros on MultiMethod. (diff) | |
| download | yuzu-b8aef40c56588c999b15a63516b5d68958f667df.tar.gz yuzu-b8aef40c56588c999b15a63516b5d68958f667df.tar.xz yuzu-b8aef40c56588c999b15a63516b5d68958f667df.zip | |
GPU: Add Fast GPU Time Option.
Diffstat (limited to 'src/core')
| -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 7d09253f5..163900f0b 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -446,6 +446,7 @@ struct Values { | |||
| 446 | bool use_asynchronous_gpu_emulation; | 446 | bool use_asynchronous_gpu_emulation; |
| 447 | bool use_vsync; | 447 | bool use_vsync; |
| 448 | bool force_30fps_mode; | 448 | bool force_30fps_mode; |
| 449 | bool use_fast_gpu_time; | ||
| 449 | 450 | ||
| 450 | float bg_red; | 451 | float bg_red; |
| 451 | float bg_green; | 452 | float bg_green; |