diff options
| author | 2022-12-30 19:31:01 +0100 | |
|---|---|---|
| committer | 2023-01-05 21:03:01 +0100 | |
| commit | 67d4f190f7fd5e607096bfecf9cbf1e7b0fd802d (patch) | |
| tree | 48f48636718cb243686038108c91226c85c0cf06 | |
| parent | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines (diff) | |
| download | yuzu-67d4f190f7fd5e607096bfecf9cbf1e7b0fd802d.tar.gz yuzu-67d4f190f7fd5e607096bfecf9cbf1e7b0fd802d.tar.xz yuzu-67d4f190f7fd5e607096bfecf9cbf1e7b0fd802d.zip | |
yuzu-cmd: Removed `use_vulkan_driver_pipeline_cache` from default_ini.h
The addition of the use_vulkan_driver_pipeline_cache option into the default ini string literal caused the 16,384-byte limit of the MSVC compiler to be exceeded.
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 7f8c8af0c..6fcf04e1b 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -350,10 +350,6 @@ use_fast_gpu_time = | |||
| 350 | # 0: Off (default), 1: On | 350 | # 0: Off (default), 1: On |
| 351 | use_pessimistic_flushes = | 351 | use_pessimistic_flushes = |
| 352 | 352 | ||
| 353 | # Enables storing a cache file for Vulkan pipelines, which can significantly improve shader load time. | ||
| 354 | # 0: Off (default), 1: On | ||
| 355 | use_vulkan_driver_pipeline_cache = | ||
| 356 | |||
| 357 | # Whether to use garbage collection or not for GPU caches. | 353 | # Whether to use garbage collection or not for GPU caches. |
| 358 | # 0 (default): Off, 1: On | 354 | # 0 (default): Off, 1: On |
| 359 | use_caches_gc = | 355 | use_caches_gc = |