diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index f9f81536ef..c901637cb4 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -197,7 +197,9 @@ s32 cellHddGameExitBroken() s32 cellGameDataGetSizeKB(vm::ptr size) { - if (size) { + cellGame.warning("cellGameDataGetSizeKB(): Unimplemented, returning 0"); + if (size) + { *size = 0; } return CELL_OK;