mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
rsx: ZCULL typo fix
This commit is contained in:
parent
ddeb39d8de
commit
07f300a14e
2 changed files with 4 additions and 1 deletions
|
@ -3248,6 +3248,9 @@ namespace rsx
|
|||
return result_none;
|
||||
|
||||
const auto memory_end = memory_address + memory_range;
|
||||
|
||||
AUDIT(memory_end >= memory_address);
|
||||
|
||||
u32 sync_address = 0;
|
||||
occlusion_query_info* query = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue