summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/FramebufferShaderGen.cpp
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2020-05-27 07:04:06 -0400
committerGitHub <noreply@github.com>2020-05-27 07:04:06 -0400
commitc62e6a335d9ef7c96f24e54da5a3dcab58ff8c67 (patch)
treee8eadf01393d13562e940105e8a29b08761bc010 /Source/Core/VideoCommon/FramebufferShaderGen.cpp
parent68706973d2c190d1a683c2e6a33d7515618bb930 (diff)
parent86f8768268d58d6f5b11bcb74011c0af8159cde7 (diff)
Merge pull request #8532 from lioncash/shader-common-fmt
VideoCommon/ShaderGenCommon: Convert helper functions over to fmt where applicable
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferShaderGen.cpp')
-rw-r--r--Source/Core/VideoCommon/FramebufferShaderGen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/FramebufferShaderGen.cpp b/Source/Core/VideoCommon/FramebufferShaderGen.cpp
index 58d37dc8c9..49c2ba3b16 100644
--- a/Source/Core/VideoCommon/FramebufferShaderGen.cpp
+++ b/Source/Core/VideoCommon/FramebufferShaderGen.cpp
@@ -12,6 +12,8 @@
#include "VideoCommon/FramebufferManager.h"
#include "VideoCommon/TextureDecoder.h"
#include "VideoCommon/VertexShaderGen.h"
+#include "VideoCommon/VideoCommon.h"
+#include "VideoCommon/VideoConfig.h"
namespace FramebufferShaderGen
{