mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-25 18:52:15 -05:00
Small change/fix
This commit is contained in:
parent
5355117a10
commit
fef9fc5a7f
@ -649,9 +649,10 @@ begin
|
|||||||
if self.settings <> nil then
|
if self.settings <> nil then
|
||||||
begin
|
begin
|
||||||
if lowercase(self.settings.GetKeyValueDefLoad('Settings/Interpreter/AllowSysCalls',
|
if lowercase(self.settings.GetKeyValueDefLoad('Settings/Interpreter/AllowSysCalls',
|
||||||
'False', Self.SimbaSettingsFile)) = 'true' then
|
'False', Self.SimbaSettingsFile)) = 'true' then
|
||||||
begin
|
begin
|
||||||
writeln('Allowing SysCalls');
|
{ Can remove later }
|
||||||
|
psWriteln('Allowing API/SysCalls.');
|
||||||
RegisterDll_Compiletime(x);
|
RegisterDll_Compiletime(x);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user