diff --git a/rpcs3/Emu/Cell/Modules/cellGame.cpp b/rpcs3/Emu/Cell/Modules/cellGame.cpp index d6abec4706..ecd89aaa6c 100644 --- a/rpcs3/Emu/Cell/Modules/cellGame.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGame.cpp @@ -247,7 +247,7 @@ error_code cellGameBootCheck(vm::ptr type, vm::ptr attributes, vm::ptr return CELL_GAME_ERROR_BUSY; } } - else if (category == "HG") + else if (category == "AP" || category == "AV" || category == "HG") { *type = CELL_GAME_GAMETYPE_HDD; *attributes = 0; // TODO