rsx: More strict infinite desync detection

6 desyncs per second for 1.5 seconds is pretty bad already.
This commit is contained in:
Eladash 2020-03-26 15:57:50 +02:00 committed by Ivan
parent 7ed570dc4a
commit 9d971e3b07

View File

@ -2258,7 +2258,7 @@ namespace rsx
{
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();