From dacbca0379997c8615fe24c7ea70c6910d4e4ead Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Sat, 5 Oct 2024 00:15:59 +0300 Subject: [PATCH] + PS1: add const AllFilesMask to the system unit --- rtl/ps1/system.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/ps1/system.pp b/rtl/ps1/system.pp index b6a2c4a1d4..a8f99167d5 100644 --- a/rtl/ps1/system.pp +++ b/rtl/ps1/system.pp @@ -35,6 +35,7 @@ const LFNSupport = true; FileNameCaseSensitive = true; sLineBreak = #10; + AllFilesMask = '*'; var argc:longint=0;