mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-03 15:46:20 +00:00
log scePadOpen
This commit is contained in:
parent
c488b7132d
commit
bdd756a090
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
int PS4_SYSV_ABI scePadOpen(Emulator::HLE::Libraries::LibUserService::SceUserServiceUserId userId, s32 type, s32 index,
|
||||||
const ScePadOpenParam* pParam) {
|
const ScePadOpenParam* pParam) {
|
||||||
|
LOG_INFO_IF(log_file_pad, "scePadOpen userid = {} type = {} index = {}\n", userId, type, index);
|
||||||
return 1; // dummy
|
return 1; // dummy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue