mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
Some stubs
This commit is contained in:
parent
45d7021052
commit
9ce2ca6d3c
@ -250,4 +250,9 @@ EXPORT SYSV_ABI int sceHttpsSetSslCallback(int id, SceHttpsCallback cbfunc, void
|
||||
EXPORT SYSV_ABI int sceHttpsSetSslVersion(int id, SceSslVersion version) {
|
||||
return accessNetworking().httpsSetSslVersion(id, version);
|
||||
}
|
||||
|
||||
EXPORT SYSV_ABI int sceHttpUriEscape(char* out, size_t* req, size_t outsz, const char* str) {
|
||||
*req = 0;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -68,4 +68,10 @@ EXPORT SYSV_ABI int32_t sceNpAuthGetIdTokenA() {
|
||||
LOG_ERR(L"todo %S", __FUNCTION__);
|
||||
return Ok;
|
||||
}
|
||||
|
||||
EXPORT SYSV_ABI int32_t sceNpAuthGetAuthorizationCodeV3() {
|
||||
LOG_USE_MODULE(libSceNpAuth);
|
||||
LOG_ERR(L"todo %S", __FUNCTION__);
|
||||
return Ok;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user