mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00: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)
|
||||
{
|
||||
if (size) {
|
||||
cellGame.warning("cellGameDataGetSizeKB(): Unimplemented, returning 0");
|
||||
if (size)
|
||||
{
|
||||
*size = 0;
|
||||
}
|
||||
return CELL_OK;
|
||||
|
|
Loading…
Add table
Reference in a new issue