revert part of #5529

This commit is contained in:
RipleyTom 2019-01-12 06:33:01 +01:00 committed by Megamouse
parent e3ea29599d
commit fad80ed443

View file

@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "Emu/System.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/PPUModule.h"
@ -833,11 +833,6 @@ error_code cellGameGetSizeKB(vm::ptr<s32> size)
return CELL_GAME_ERROR_FAILURE;
}
if (Emu.GetCat() == "DG")
{
return CELL_GAME_ERROR_NOTSUPPORTED;
}
const std::string local_dir = !prm->temp.empty() ? prm->temp : vfs::get("/dev_hdd0/game/" + prm->dir);
if (!fs::is_dir(local_dir))