Skip to content

Commit

Permalink
Make APP packages bootable - from BlackDaemon (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
clienthax authored and Nekotekina committed Feb 11, 2017
1 parent e8bfce4 commit b407d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/Modules/cellGame.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ error_code cellGameBootCheck(vm::ptr<u32> type, vm::ptr<u32> attributes, vm::ptr
return CELL_GAME_ERROR_BUSY; return CELL_GAME_ERROR_BUSY;
} }
} }
else if (category == "HG") else if (category == "AP" || category == "AV" || category == "HG")
{ {
*type = CELL_GAME_GAMETYPE_HDD; *type = CELL_GAME_GAMETYPE_HDD;
*attributes = 0; // TODO *attributes = 0; // TODO
Expand Down

0 comments on commit b407d12

Please sign in to comment.