From 67d4f190f7fd5e607096bfecf9cbf1e7b0fd802d Mon Sep 17 00:00:00 2001 From: Wollnashorn Date: Fri, 30 Dec 2022 19:31:01 +0100 Subject: 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. --- src/yuzu_cmd/default_ini.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 = # 0: Off (default), 1: On use_pessimistic_flushes = -# Enables storing a cache file for Vulkan pipelines, which can significantly improve shader load time. -# 0: Off (default), 1: On -use_vulkan_driver_pipeline_cache = - # Whether to use garbage collection or not for GPU caches. # 0 (default): Off, 1: On use_caches_gc = -- cgit v1.2.3