diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2023-03-20 01:23:51 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2023-06-05 16:33:19 -0500 |
| commit | f1f1ecc9d116c8295b76d636774f5e922e8941ae (patch) | |
| tree | 1c52c4bed305037c38de4a580394d759a0864252 /Source/Core/VideoCommon/TextureCacheBase.h | |
| parent | 5738646e3ebebc66b0c78b3c1e61f38f0d3c3f94 (diff) | |
Core / VideoCommon: update HiresTexture to use CustomAssetLoader
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index 10018732b1..72151c9443 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -343,7 +343,7 @@ private: RcTcacheEntry CreateTextureEntry(const TextureCreationInfo& creation_info, const TextureInfo& texture_info, int safety_color_sample_size, - VideoCommon::CustomTextureData* custom_texture_data, + const VideoCommon::CustomTextureData* custom_texture_data, bool custom_arbitrary_mipmaps); RcTcacheEntry GetXFBFromCache(u32 address, u32 width, u32 height, u32 stride); |
