@@ -255,7 +255,7 @@ error_code cellGameBootCheck(vm::ptr<u32> type, vm::ptr<u32> attributes, vm::ptr
|
|||||||
{
|
{
|
||||||
*type = CELL_GAME_GAMETYPE_DISC;
|
*type = CELL_GAME_GAMETYPE_DISC;
|
||||||
*attributes = 0; // TODO
|
*attributes = 0; // TODO
|
||||||
if (dirName) strcpy_trunc(*dirName, ""); // ???
|
// TODO: dirName might be a read only string when BootCheck is called on a disc game. (e.g. Ben 10 Ultimate Alien: Cosmic Destruction)
|
||||||
|
|
||||||
if (!fxm::make<content_permission>("", std::move(sfo)))
|
if (!fxm::make<content_permission>("", std::move(sfo)))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user