GPU/HW: Trace min/max UVs for hazards

This commit is contained in:
Stenzek
2023-11-26 15:15:58 +10:00
parent eeebfce79b
commit 8446856ecf
4 changed files with 100 additions and 34 deletions

View File

@ -198,6 +198,7 @@ bool GPU::HandleNOPCommand()
bool GPU::HandleClearCacheCommand()
{
Log_DebugPrintf("GP0 clear cache");
m_draw_mode.SetTexturePageChanged();
m_fifo.RemoveOne();
AddCommandTicks(1);
EndCommand();