mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-09 06:41:07 +08:00
Merge 16309606c704dee81c777f33b830d23ed33f56d0 into cc0ce62e7ff283919c95c12a1c8e3b0887271690
This commit is contained in:
commit
3633b1d580
@ -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))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user