Make the Vulkan GPU log profiler a runtime developer setting.

I keep forgetting to disable the define on commit, this is a better
solution.
This commit is contained in:
Henrik Rydgård 2021-12-19 22:49:42 +01:00
parent 748b8287a6
commit df2f0df155
10 changed files with 28 additions and 18 deletions

View file

@ -916,6 +916,7 @@ static ConfigSetting graphicsSettings[] = {
ConfigSetting("RenderDuplicateFrames", &g_Config.bRenderDuplicateFrames, false, true, true),
ConfigSetting("ShaderCache", &g_Config.bShaderCache, true, false, false), // Doesn't save. Ini-only.
ConfigSetting("GpuLogProfiler", &g_Config.bGpuLogProfiler, false, true, false),
ConfigSetting(false),
};