mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
posix_pthread_yield , scePadGetHandle
This commit is contained in:
parent
b17a57cb3d
commit
0325e4795a
3 changed files with 9 additions and 3 deletions
|
@ -128,8 +128,8 @@ int PS4_SYSV_ABI scePadGetFeatureReport() {
|
|||
}
|
||||
|
||||
int PS4_SYSV_ABI scePadGetHandle(s32 userId, s32 type, s32 index) {
|
||||
LOG_ERROR(Lib_Pad, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
LOG_DEBUG(Lib_Pad, "(DUMMY) called");
|
||||
return 1;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI scePadGetIdleCount() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue