From d216398596ddd9979529118295bcb9a28c27aa51 Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 12 Jan 2018 17:18:57 -0600 Subject: [PATCH] cellGame: cellGameDataCheck arg validate --- rpcs3/Emu/Cell/Modules/cellGame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }