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;