mirror of https://github.com/PCSX2/pcsx2.git
GS/DX11: Don't spin on CPU when GPU results aren't available
Backport of 547587af11
This commit is contained in:
parent
9187e7eb34
commit
5dc1167fa8
|
@ -1051,6 +1051,10 @@ void GSDevice11::PopTimestampQuery()
|
|||
m_read_timestamp_query = (m_read_timestamp_query + 1) % NUM_TIMESTAMP_QUERIES;
|
||||
m_waiting_timestamp_queries--;
|
||||
}
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue