@@ -556,6 +556,11 @@ int PS4_SYSV_ABI scePadResetOrientationForTracker() {
556556 return ORBIS_OK;
557557}
558558
559+ int PS4_SYSV_ABI scePadSetAngularVelocityBiasCorrectionState () {
560+ LOG_ERROR (Lib_Pad, " (STUBBED) called" );
561+ return ORBIS_OK;
562+ }
563+
559564int PS4_SYSV_ABI scePadSetAngularVelocityDeadbandState (s32 handle, bool bEnable) {
560565 LOG_ERROR (Lib_Pad, " (STUBBED) called" );
561566 return ORBIS_OK;
@@ -753,11 +758,6 @@ int PS4_SYSV_ABI scePadVirtualDeviceInsertData() {
753758 return ORBIS_OK;
754759}
755760
756- int PS4_SYSV_ABI Func_28B998C7D8A3DA1D () {
757- LOG_ERROR (Lib_Pad, " (STUBBED) called" );
758- return ORBIS_OK;
759- }
760-
761761int PS4_SYSV_ABI Func_298D21481F94C9FA () {
762762 LOG_ERROR (Lib_Pad, " (STUBBED) called" );
763763 return ORBIS_OK;
@@ -836,6 +836,8 @@ void RegisterLib(Core::Loader::SymbolsResolver* sym) {
836836 LIB_FUNCTION (" +Yp6+orqf1M" , " libScePad" , 1 , " libScePad" , scePadResetLightBarAllByPortType);
837837 LIB_FUNCTION (" rIZnR6eSpvk" , " libScePad" , 1 , " libScePad" , scePadResetOrientation);
838838 LIB_FUNCTION (" jbAqAvLEP4A" , " libScePad" , 1 , " libScePad" , scePadResetOrientationForTracker);
839+ LIB_FUNCTION (" KLmYx9ij2h0" , " libScePad" , 1 , " libScePad" ,
840+ scePadSetAngularVelocityBiasCorrectionState);
839841 LIB_FUNCTION (" r44mAxdSG+U" , " libScePad" , 1 , " libScePad" , scePadSetAngularVelocityDeadbandState);
840842 LIB_FUNCTION (" ew647HuKi2Y" , " libScePad" , 1 , " libScePad" , scePadSetAutoPowerOffCount);
841843 LIB_FUNCTION (" MbTt1EHYCTg" , " libScePad" , 1 , " libScePad" , scePadSetButtonRemappingInfo);
@@ -870,7 +872,6 @@ void RegisterLib(Core::Loader::SymbolsResolver* sym) {
870872 scePadVirtualDeviceDisableButtonRemapping);
871873 LIB_FUNCTION (" LKXfw7VJYqg" , " libScePad" , 1 , " libScePad" , scePadVirtualDeviceGetRemoteSetting);
872874 LIB_FUNCTION (" IWOyO5jKuZg" , " libScePad" , 1 , " libScePad" , scePadVirtualDeviceInsertData);
873- LIB_FUNCTION (" KLmYx9ij2h0" , " libScePad" , 1 , " libScePad" , Func_28B998C7D8A3DA1D);
874875 LIB_FUNCTION (" KY0hSB+Uyfo" , " libScePad" , 1 , " libScePad" , Func_298D21481F94C9FA);
875876 LIB_FUNCTION (" UeUUvNOgXKU" , " libScePad" , 1 , " libScePad" , Func_51E514BCD3A05CA5);
876877 LIB_FUNCTION (" ickjfjk9okM" , " libScePad" , 1 , " libScePad" , Func_89C9237E393DA243);
0 commit comments