diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index 9b76f5a33d..127da9c176 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -470,7 +470,7 @@ error_code cellGameContentPermit(vm::ptr contentInfoPa { cellGame.warning("cellGameContentPermit(contentInfoPath=*0x%x, usrdirPath=*0x%x)", contentInfoPath, usrdirPath); - if (!contentInfoPath && !usrdirPath) + if (!contentInfoPath || !usrdirPath) { return CELL_GAME_ERROR_PARAM; }