From fad80ed443b5334514ff5cf185cdabbf45f7a2ea Mon Sep 17 00:00:00 2001 From: RipleyTom Date: Sat, 12 Jan 2019 06:33:01 +0100 Subject: [PATCH] revert part of #5529 --- rpcs3/Emu/Cell/Modules/cellGame.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index 2569323469..bd0f181db8 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -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 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))