From cb4b1bae1bc8e6215cb840e9096e6cf652d1a848 Mon Sep 17 00:00:00 2001 From: gibbed Date: Tue, 22 May 2018 11:07:27 -0500 Subject: [PATCH] [Vulkan] Forgot to undef the new RRRR swizzle macro. --- src/xenia/gpu/vulkan/texture_cache.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xenia/gpu/vulkan/texture_cache.cc b/src/xenia/gpu/vulkan/texture_cache.cc index be3c04ec6..4d0edc018 100644 --- a/src/xenia/gpu/vulkan/texture_cache.cc +++ b/src/xenia/gpu/vulkan/texture_cache.cc @@ -128,6 +128,7 @@ static const TextureConfig texture_configs[64] = { /* kUnknown */ {VK_FORMAT_UNDEFINED}, }; +#undef RRRR #undef ABGR #undef BGRA #undef RGBA