Revert part of #7044

oops.
This commit is contained in:
Eladash
2019-12-03 16:57:41 +02:00
committed by Ivan
parent a2c69e4a2e
commit 401813f962
+3 -3
View File
@@ -315,7 +315,7 @@ error_code cellGameBootCheck(vm::ptr<u32> type, vm::ptr<u32> 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<CellGameContentSize> size, vm::ptr<void> 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<char> dirName, vm::ptr<CellGameC
if (!init)
{
return CELL_GAME_ERROR_BROKEN;
return CELL_GAME_ERROR_BUSY;
}
perm->dir = std::move(name);