mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
rsx: More strict infinite desync detection
6 desyncs per second for 1.5 seconds is pretty bad already.
This commit is contained in:
parent
7ed570dc4a
commit
9d971e3b07
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user