log scePadOpen

This commit is contained in:
georgemoralis 2023-10-31 09:04:08 +02:00
parent c488b7132d
commit bdd756a090
1 changed files with 1 additions and 0 deletions

View File

@ -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
}