Merge 16309606c704dee81c777f33b830d23ed33f56d0 into cc0ce62e7ff283919c95c12a1c8e3b0887271690

This commit is contained in:
Tilka 2026-01-08 22:35:10 +00:00 committed by GitHub
commit 3633b1d580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1234,7 +1234,7 @@ private:
TCacheEntry* TextureCacheBase::Load(const TextureInfo& texture_info)
{
if (auto entry = LoadImpl(texture_info, false))
if (auto entry = LoadImpl(texture_info, OpcodeDecoder::g_record_fifo_data))
{
if (!DidLinkedAssetsChange(*entry))
{