Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and AniLeo committed Jan 17, 2018
1 parent cc02ef6 commit 34c49c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rpcs3/Emu/Cell/Modules/cellGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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()
Expand Down

0 comments on commit 34c49c7

Please sign in to comment.