Skip to content

Commit

Permalink
Mark lookup bits dirty when loading state.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Dec 11, 2023
1 parent 691a44d commit e0f5091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ee/IPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ void CIPU::CINFIFO::LoadState(const char* regsFileName, Framework::CZipArchiveRe
m_size = registerFile.GetRegister32(STATE_INFIFO_REGS_SIZE);
m_bitPosition = registerFile.GetRegister32(STATE_INFIFO_REGS_BITPOSITION);
RegisterStateUtils::ReadArray(registerFile, m_buffer, STATE_INFIFO_REGS_BUFFER_FORMAT);
m_lookupBitsDirty = true;
}

void CIPU::CINFIFO::SyncLookupBits()
Expand Down

0 comments on commit e0f5091

Please sign in to comment.