diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index 598319808d..655e42735c 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -262,7 +262,7 @@ error_code cellGameBootCheck(vm::ptr type, vm::ptr 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