From 401813f9623f8b89e83fdd3487194d78af851480 Mon Sep 17 00:00:00 2001 From: Eladash Date: Tue, 3 Dec 2019 16:57:41 +0200 Subject: [PATCH] Revert part of #7044 oops. --- rpcs3/Emu/Cell/Modules/cellGame.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);