rsx: More strict infinite desync detection
6 desyncs per second for 1.5 seconds is pretty bad already.
This commit is contained in:
@@ -2258,7 +2258,7 @@ namespace rsx
|
|||||||
{
|
{
|
||||||
const u64 current_time = get_system_time();
|
const u64 current_time = get_system_time();
|
||||||
|
|
||||||
if (recovered_fifo_cmds_history.size() == 20u)
|
if (recovered_fifo_cmds_history.size() == 9u)
|
||||||
{
|
{
|
||||||
const auto cmd_info = recovered_fifo_cmds_history.front();
|
const auto cmd_info = recovered_fifo_cmds_history.front();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user