From 605c24ced46b3dc62c09ea16257b667fa5fcbae7 Mon Sep 17 00:00:00 2001 From: red-prig Date: Sun, 5 Mar 2023 16:07:24 +0300 Subject: [PATCH] skip assert 1182 --- chip/ps4_gpu_regs.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip/ps4_gpu_regs.pas b/chip/ps4_gpu_regs.pas index 829725f3..bb51393f 100644 --- a/chip/ps4_gpu_regs.pas +++ b/chip/ps4_gpu_regs.pas @@ -1179,7 +1179,7 @@ begin end else - Assert(false); + {Assert(false)}; //TODO end; //end;