diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index 92f2d35ab2..0b6e044473 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -319,7 +319,7 @@ error_code cellGameDataCheck(u32 type, vm::cptr dirName, vm::ptr= 3) + if (((type - 1) >= 3) || (dirName == vm::null)) { return CELL_GAME_ERROR_PARAM; }