mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +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)
|
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))
|
if (!DidLinkedAssetsChange(*entry))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue