mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
rsx: Avoid get_system_time for simple draw ordering
This commit is contained in:
parent
6781eb7c76
commit
9aafd8c09f
1 changed files with 1 additions and 1 deletions
|
@ -2751,7 +2751,7 @@ namespace rsx
|
|||
current_range_index = draw_command_ranges.size() - 1;
|
||||
}
|
||||
|
||||
_do_barrier_insert({ current_range_index, get_system_time(), ~0u, index, arg, 0, type });
|
||||
_do_barrier_insert({ current_range_index, rsx::get_shared_tag(), ~0u, index, arg, 0, type });
|
||||
last_execution_barrier_index = current_range_index;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue