mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Fix #3950
This commit is contained in:
parent
cc02ef64a5
commit
34c49c77b2
1 changed files with 4 additions and 2 deletions
|
@ -196,7 +196,8 @@ s32 cellHddGameGetSizeKB(vm::ptr<u32> size)
|
|||
|
||||
s32 cellHddGameSetSystemVer()
|
||||
{
|
||||
fmt::throw_exception("Unimplemented" HERE);
|
||||
UNIMPLEMENTED_FUNC(cellGame);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 cellHddGameExitBroken()
|
||||
|
@ -223,7 +224,8 @@ s32 cellGameDataGetSizeKB(vm::ptr<u32> size)
|
|||
|
||||
s32 cellGameDataSetSystemVer()
|
||||
{
|
||||
fmt::throw_exception("Unimplemented" HERE);
|
||||
UNIMPLEMENTED_FUNC(cellGame);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 cellGameDataExitBroken()
|
||||
|
|
Loading…
Add table
Reference in a new issue