diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index 767fc33975..77fa3b6acd 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -315,7 +315,7 @@ error_code cellGameBootCheck(vm::ptr type, vm::ptr attributes, vm::ptr if (!init) { - return CELL_GAME_ERROR_BROKEN; + return CELL_GAME_ERROR_BUSY; } std::string dir; @@ -396,7 +396,7 @@ error_code cellGamePatchCheck(vm::ptr size, vm::ptr r if (!init) { - return CELL_GAME_ERROR_BROKEN; + return CELL_GAME_ERROR_BUSY; } perm->dir = Emu.GetTitleID(); @@ -444,7 +444,7 @@ error_code cellGameDataCheck(u32 type, vm::cptr dirName, vm::ptrdir = std::move(name);