From a2d29a180cb05599563f9edf49743778b5ad6ad5 Mon Sep 17 00:00:00 2001 From: ArbestRi <86171223+ArbestRi@users.noreply.github.com> Date: Sun, 5 Mar 2023 02:44:11 -0800 Subject: [PATCH] Update ps4_videodrv.pas (#93) --- chip/ps4_videodrv.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip/ps4_videodrv.pas b/chip/ps4_videodrv.pas index 0166e20a..f1a39cfd 100644 --- a/chip/ps4_videodrv.pas +++ b/chip/ps4_videodrv.pas @@ -452,7 +452,7 @@ begin //end; end else begin - time:=-50000; + time:=-1000; NtDelayExecution(True,@time); Continue; end;