summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2017-07-31 16:26:46 +0800
committerLéo Lam <leo@innovatetechnologi.es>2017-07-31 22:32:05 +0800
commitf5fd183571af0eb688536dbc3175edcd8c7a1d28 (patch)
tree378499ab14a240cc5dfef2edcc6b9391bb6abe5b /Source/Core/VideoBackends/Vulkan/VulkanContext.cpp
parented331918f0f7a8836cda9f34df4a7ef86cd55e0d (diff)
Config: Fix the loader Load() being called twice
The Config::AddLoadLayer functions call Load on the layer explicitly, but Load is already called in the constructor, so they'd cause the loader's Load function to be called twice, which is potentially expensive considering we have to read an INI from the host filesystem. This commit removes the Config::AddLoadLayer functions because they don't appear to be necessary.
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan/VulkanContext.cpp')
0 files changed, 0 insertions, 0 deletions