From b407d12ed13970a404c01468a8253cfa754d72b7 Mon Sep 17 00:00:00 2001 From: clienthax Date: Sat, 11 Feb 2017 19:11:04 +0000 Subject: [PATCH] Make APP packages bootable - from BlackDaemon (#2368) --- 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 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