mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-04 06:06:00 +00:00
log scePadOpen
This commit is contained in:
parent
35e632a2f0
commit
c3a23727d5
|
@ -16,6 +16,7 @@ int PS4_SYSV_ABI scePadInit() { return SCE_OK; }
|
|||
|
||||
int PS4_SYSV_ABI scePadOpen(Emulator::HLE::Libraries::LibUserService::SceUserServiceUserId userId, s32 type, s32 index,
|
||||
const ScePadOpenParam* pParam) {
|
||||
LOG_INFO_IF(log_file_pad, "scePadOpen userid = {} type = {} index = {}\n", userId, type, index);
|
||||
return 1; // dummy
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue