mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-27 08:30:25 +00:00
Stub sceNpAuthGetIdTokenA
This commit is contained in:
parent
1008075f94
commit
dd19e0a848
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user