mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-17 08:39:01 +02:00
smol change
This commit is contained in:
parent
e0daa0d83d
commit
47d6360038
1 changed files with 0 additions and 1 deletions
|
|
@ -1134,7 +1134,6 @@ 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue