Merge pull request #16346 from hrydgard/remove-retain-changed-textures-setting

Change the "Retain changed textures" option into a compat.ini option.
This commit is contained in:
Unknown W. Brackets
2022-11-06 10:18:21 -08:00
committed by GitHub
51 changed files with 28 additions and 114 deletions
-1
View File
@@ -904,7 +904,6 @@ static ConfigSetting graphicsSettings[] = {
ReportedConfigSetting("VertexDecCache", &g_Config.bVertexCache, false, true, true),
ReportedConfigSetting("TextureBackoffCache", &g_Config.bTextureBackoffCache, false, true, true),
ReportedConfigSetting("TextureSecondaryCache", &g_Config.bTextureSecondaryCache, false, true, true),
ReportedConfigSetting("VertexDecJit", &g_Config.bVertexDecoderJit, &DefaultCodeGen, false),
#ifndef MOBILE_DEVICE