mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Stub sceNpSnsFbCheckConfig (#3720)
This commit is contained in:
parent
8c0bdd71d9
commit
55d84414ee
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ s32 sceNpSnsFbCheckThrottle()
|
|||
|
||||
s32 sceNpSnsFbCheckConfig()
|
||||
{
|
||||
fmt::throw_exception("Unimplemented" HERE);
|
||||
sceNpSns.todo("sceNpSnsFbCheckConfig()");
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sceNpSnsFbLoadThrottle()
|
||||
|
|
Loading…
Add table
Reference in a new issue