mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-10 12:39:59 +00:00
Make APP packages bootable - from BlackDaemon (#2368)
This commit is contained in:
parent
e8bfce4ebd
commit
b407d12ed1
@ -247,7 +247,7 @@ error_code cellGameBootCheck(vm::ptr<u32> type, vm::ptr<u32> attributes, vm::ptr
|
|||||||
return CELL_GAME_ERROR_BUSY;
|
return CELL_GAME_ERROR_BUSY;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (category == "HG")
|
else if (category == "AP" || category == "AV" || category == "HG")
|
||||||
{
|
{
|
||||||
*type = CELL_GAME_GAMETYPE_HDD;
|
*type = CELL_GAME_GAMETYPE_HDD;
|
||||||
*attributes = 0; // TODO
|
*attributes = 0; // TODO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user