Stub sceNpAuthGetIdTokenA

This commit is contained in:
igor725 2024-03-20 02:46:35 +03:00
parent 1008075f94
commit dd19e0a848
No known key found for this signature in database
GPG Key ID: 46F13BBE46F8569D

View File

@ -62,4 +62,10 @@ EXPORT SYSV_ABI int32_t sceNpAuthWaitAsync() {
LOG_ERR(L"todo %S", __FUNCTION__);
return Ok;
}
EXPORT SYSV_ABI int32_t sceNpAuthGetIdTokenA() {
LOG_USE_MODULE(libSceNpAuth);
LOG_ERR(L"todo %S", __FUNCTION__);
return Ok;
}
}