mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
VideoCommon: ensure cached textures are recorded into FIFO logs
This commit is contained in:
parent
9819d66a47
commit
16309606c7
1 changed files with 1 additions and 1 deletions
|
@ -1241,7 +1241,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…
Add table
Reference in a new issue