Browse Source

+ PS1: add const AllFilesMask to the system unit

Nikolay Nikolov 10 months ago
parent
commit
dacbca0379
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/ps1/system.pp

+ 1 - 0
rtl/ps1/system.pp

@@ -35,6 +35,7 @@ const
     LFNSupport = true;
     LFNSupport = true;
     FileNameCaseSensitive = true;
     FileNameCaseSensitive = true;
     sLineBreak = #10;
     sLineBreak = #10;
+    AllFilesMask = '*';
 
 
 var
 var
   argc:longint=0;
   argc:longint=0;