From e028d2ead082c812efc5391c4dab3b08e298d441 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Fri, 2 Jun 2023 14:07:42 -0500 Subject: VideoCommon: move custom texture data to assets --- Source/Core/VideoCommon/Assets/CustomAssetLibrary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/Assets/CustomAssetLibrary.cpp') diff --git a/Source/Core/VideoCommon/Assets/CustomAssetLibrary.cpp b/Source/Core/VideoCommon/Assets/CustomAssetLibrary.cpp index 062f5801e1..025da4559b 100644 --- a/Source/Core/VideoCommon/Assets/CustomAssetLibrary.cpp +++ b/Source/Core/VideoCommon/Assets/CustomAssetLibrary.cpp @@ -6,7 +6,7 @@ #include #include "Common/Logging/Log.h" -#include "VideoCommon/GraphicsModSystem/Runtime/CustomTextureData.h" +#include "VideoCommon/Assets/CustomTextureData.h" namespace VideoCommon { -- cgit v1.2.3