summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2023-06-02 15:38:24 -0400
committerGitHub <noreply@github.com>2023-06-02 15:38:24 -0400
commit09dc764ff9bb6aba964d2126c1472069d19e90d3 (patch)
tree6d70b41e799224c2d790e4ba251dec3fcd9da8d0 /Source/Core/VideoCommon/TextureCacheBase.cpp
parent426dffe789579dcd23b376a7d7255ee768d5287f (diff)
parente028d2ead082c812efc5391c4dab3b08e298d441 (diff)
Merge pull request #11875 from iwubcode/texture_data_in_assets
VideoCommon: move custom texture data to assets
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp
index 57808f9de6..5b0bde53ca 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.cpp
+++ b/Source/Core/VideoCommon/TextureCacheBase.cpp
@@ -36,9 +36,9 @@
#include "VideoCommon/AbstractFramebuffer.h"
#include "VideoCommon/AbstractGfx.h"
#include "VideoCommon/AbstractStagingTexture.h"
+#include "VideoCommon/Assets/CustomTextureData.h"
#include "VideoCommon/BPMemory.h"
#include "VideoCommon/FramebufferManager.h"
-#include "VideoCommon/GraphicsModSystem/Runtime/CustomTextureData.h"
#include "VideoCommon/GraphicsModSystem/Runtime/FBInfo.h"
#include "VideoCommon/GraphicsModSystem/Runtime/GraphicsModActionData.h"
#include "VideoCommon/GraphicsModSystem/Runtime/GraphicsModManager.h"