diff options
| author | 2019-06-07 17:23:25 -0400 | |
|---|---|---|
| committer | 2019-06-07 17:23:25 -0400 | |
| commit | de33ad25f52960449a97caa2b25e37e6a35f0710 (patch) | |
| tree | 5f70bb84aafac68b6c34c95fec033528bff26d4e /src/core/settings.h | |
| parent | Merge pull request #2558 from ReinUsesLisp/shader-nodes (diff) | |
| parent | gl_buffer_cache: Remove unused ReserveMemory method (diff) | |
| download | yuzu-de33ad25f52960449a97caa2b25e37e6a35f0710.tar.gz yuzu-de33ad25f52960449a97caa2b25e37e6a35f0710.tar.xz yuzu-de33ad25f52960449a97caa2b25e37e6a35f0710.zip | |
Merge pull request #2514 from ReinUsesLisp/opengl-compat
video_core: Drop OpenGL core in favor of OpenGL compatibility
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 5ff3634aa..b84390745 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -390,7 +390,6 @@ struct Values { | |||
| 390 | float resolution_factor; | 390 | float resolution_factor; |
| 391 | bool use_frame_limit; | 391 | bool use_frame_limit; |
| 392 | u16 frame_limit; | 392 | u16 frame_limit; |
| 393 | bool use_compatibility_profile; | ||
| 394 | bool use_disk_shader_cache; | 393 | bool use_disk_shader_cache; |
| 395 | bool use_accurate_gpu_emulation; | 394 | bool use_accurate_gpu_emulation; |
| 396 | bool use_asynchronous_gpu_emulation; | 395 | bool use_asynchronous_gpu_emulation; |