Stub sceNpSnsFbCheckConfig (#3720)

This commit is contained in:
Talkashie 2017-11-11 12:18:32 -06:00 committed by Ivan
parent 8c0bdd71d9
commit 55d84414ee

View File

@ -147,7 +147,8 @@ s32 sceNpSnsFbCheckThrottle()
s32 sceNpSnsFbCheckConfig()
{
fmt::throw_exception("Unimplemented" HERE);
sceNpSns.todo("sceNpSnsFbCheckConfig()");
return CELL_OK;
}
s32 sceNpSnsFbLoadThrottle()