mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Log call to cellGameDataGetSizeKB
This commit is contained in:
parent
124f5d0097
commit
1a4b5413bd
1 changed files with 3 additions and 1 deletions
|
@ -197,7 +197,9 @@ s32 cellHddGameExitBroken()
|
||||||
|
|
||||||
s32 cellGameDataGetSizeKB(vm::ptr<u32> size)
|
s32 cellGameDataGetSizeKB(vm::ptr<u32> size)
|
||||||
{
|
{
|
||||||
if (size) {
|
cellGame.warning("cellGameDataGetSizeKB(): Unimplemented, returning 0");
|
||||||
|
if (size)
|
||||||
|
{
|
||||||
*size = 0;
|
*size = 0;
|
||||||
}
|
}
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue