mirror of
https://github.com/red-prig/fpPS4.git
synced 2025-02-18 21:30:52 +00:00
try fix
This commit is contained in:
parent
176d715d34
commit
74dc091e83
@ -135,7 +135,7 @@ begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
pad_handles:=TIntegerHandles.Create(0);
|
||||
pad_handles:=TIntegerHandles.Create(1);
|
||||
pad_handles.max_key:=16;
|
||||
|
||||
end.
|
||||
|
@ -99,6 +99,8 @@ begin
|
||||
Exit(SCE_PAD_ERROR_INVALID_ARG);
|
||||
end;
|
||||
|
||||
Writeln('scePadOpen:[userID=',userID,' type=',_type,' index=',index,']');
|
||||
|
||||
_sig_lock;
|
||||
|
||||
sce_handle:=FindPadByParam(userID,_type,index);
|
||||
@ -211,6 +213,8 @@ begin
|
||||
|
||||
sce_handle.ReadState(data);
|
||||
|
||||
//data^.connected :=True;
|
||||
|
||||
sce_handle.Release;
|
||||
_sig_unlock;
|
||||
Result:=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user