Log call to cellGameDataGetSizeKB

This commit is contained in:
Viktor Ivanov 2016-12-05 21:47:23 +03:00 committed by GitHub
parent 124f5d0097
commit 1a4b5413bd

View file

@ -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;