Skip to content
Permalink
Browse files
Merge pull request #6450 from leoetlino/nandboot
Boot: Set TYPE_NANDBOOT when booting from NAND
  • Loading branch information
delroth committed Mar 18, 2018
2 parents b869472 + 25704a2 commit 0c128f3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -25,7 +25,7 @@
bool CBoot::BootNANDTitle(const u64 title_id)
{
UpdateStateFlags([](StateFlags* state) {
state->type = 0x03; // TYPE_RETURN
state->type = 0x04; // TYPE_NANDBOOT
});

if (title_id == Titles::SYSTEM_MENU)

0 comments on commit 0c128f3

Please sign in to comment.