From 64a6fbe39ff089d0155a36aeb0d3c6360d223ad9 Mon Sep 17 00:00:00 2001 From: JayC-03 Date: Sun, 27 Aug 2017 23:05:50 -0400 Subject: [PATCH] Add missing game categories Used by some media apps, YouTube boots now. --- rpcs3/Emu/Cell/Modules/cellGame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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