Add missing game categories

Used by some media apps, 
YouTube boots now.
This commit is contained in:
JayC-03 2017-08-27 23:05:50 -04:00 committed by Ivan
parent 43b860d267
commit 64a6fbe39f

View File

@ -262,7 +262,7 @@ error_code cellGameBootCheck(vm::ptr<u32> type, vm::ptr<u32> attributes, vm::ptr
return CELL_GAME_ERROR_BUSY;
}
}
else if (category == "AP" || category == "AV" || category == "HG")
else if (category == "AP" || category == "AV" || category == "HG" || category == "AT" || category == "AM" || category == "SF")
{
*type = CELL_GAME_GAMETYPE_HDD;
*attributes = 0; // TODO