mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Allow UE3 games to startup
This commit is contained in:
parent
684089ba81
commit
124f5d0097
2 changed files with 21 additions and 11 deletions
|
@ -195,9 +195,12 @@ s32 cellHddGameExitBroken()
|
|||
}
|
||||
|
||||
|
||||
s32 cellGameDataGetSizeKB()
|
||||
s32 cellGameDataGetSizeKB(vm::ptr<u32> size)
|
||||
{
|
||||
fmt::throw_exception("Unimplemented" HERE);
|
||||
if (size) {
|
||||
*size = 0;
|
||||
}
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 cellGameDataSetSystemVer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue