This commit is contained in:
Pavel 2024-11-18 16:35:38 +03:00
parent 44e053fb97
commit 8414c50e81
2 changed files with 17 additions and 16 deletions

View File

@ -405,6 +405,7 @@ end;
function ps4_sceSystemServiceGetDisplaySafeAreaInfo(info:pSceSystemServiceDisplaySafeAreaInfo):Integer;
begin
Writeln('sceSystemServiceGetDisplaySafeAreaInfo');
Result:=SCE_KERNEL_ERROR_UNKNOWN;
if (info=nil) then Exit(SCE_SYSTEM_SERVICE_ERROR_PARAMETER);
info^:=Default(SceSystemServiceDisplaySafeAreaInfo);