mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
rsx: Avoid calling get_system_time() every draw call
This commit is contained in:
parent
3e09b97f58
commit
6781eb7c76
3 changed files with 3 additions and 3 deletions
|
@ -513,7 +513,7 @@ namespace rsx
|
|||
method_registers.current_draw_clause.post_execute_cleanup();
|
||||
|
||||
m_graphics_state |= rsx::pipeline_state::framebuffer_reads_dirty;
|
||||
ROP_sync_timestamp = get_system_time();
|
||||
ROP_sync_timestamp = rsx::get_shared_tag();
|
||||
|
||||
for (auto & push_buf : vertex_push_buffers)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue