Revert "smol change"

This commit is contained in:
CamilleLaVey 2026-02-13 21:22:20 -04:00 committed by crueter
parent a2d830e51b
commit 413cebca20
1 changed files with 1 additions and 0 deletions

View File

@ -1134,6 +1134,7 @@ bool TextureCache<P>::HasGpuModifiedPagesInRange(DAddr addr, size_t size) const
template <class P>
void TextureCache<P>::RebuildGpuModifiedPagesInRange(DAddr addr, size_t size) {
gpu_modified_pages.Subtract(addr, size);
ForEachImageInRegion(addr, size, [this](ImageId, ImageBase& image) {
if (False(image.flags & ImageFlagBits::GpuModified)) {
return;