mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
revert part of #5529
This commit is contained in:
parent
e3ea29599d
commit
fad80ed443
1 changed files with 1 additions and 6 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue