mirror of https://github.com/red-prig/fpPS4.git
sceMoveSetVibration (#167)
This commit is contained in:
parent
004ad25d21
commit
37263ee961
|
@ -90,6 +90,11 @@ begin
|
|||
Result:=SCE_MOVE_RETURN_CODE_NO_CONTROLLER_CONNECTED;
|
||||
end;
|
||||
|
||||
function ps4_sceMoveSetVibration(handle:Integer;motor:Byte):Integer; SysV_ABI_CDecl;
|
||||
begin
|
||||
Result:=SCE_MOVE_RETURN_CODE_NO_CONTROLLER_CONNECTED;
|
||||
end;
|
||||
|
||||
function Load_libSceMove(Const name:RawByteString):TElf_node;
|
||||
var
|
||||
lib:PLIBRARY;
|
||||
|
@ -103,6 +108,7 @@ begin
|
|||
lib^.set_proc($5D7EB0971A47C9EA,@ps4_sceMoveClose);
|
||||
lib^.set_proc($1965D3CB1B3841B1,@ps4_sceMoveGetDeviceInfo);
|
||||
lib^.set_proc($7F66DCA4AEA425F8,@ps4_sceMoveReadStateRecent);
|
||||
lib^.set_proc($205430B53D82798D,@ps4_sceMoveSetVibration);
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
|
Loading…
Reference in New Issue