mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-03 15:20:27 +01:00
rsx/texture_cache_utils: Warnings cleanup
This commit is contained in:
parent
27fabd7607
commit
e99e8460fe
|
|
@ -1130,7 +1130,7 @@ namespace rsx
|
|||
|
||||
dirty = new_dirty;
|
||||
|
||||
AUDIT(dirty || (!dirty && exists()));
|
||||
AUDIT(dirty || exists());
|
||||
|
||||
update_unreleased();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue