mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-17 07:50:13 +00:00
rsx/texture_cache_utils: Warnings cleanup
This commit is contained in:
parent
27fabd7607
commit
e99e8460fe
1 changed files with 1 additions and 1 deletions
|
@ -1130,7 +1130,7 @@ namespace rsx
|
||||||
|
|
||||||
dirty = new_dirty;
|
dirty = new_dirty;
|
||||||
|
|
||||||
AUDIT(dirty || (!dirty && exists()));
|
AUDIT(dirty || exists());
|
||||||
|
|
||||||
update_unreleased();
|
update_unreleased();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue