Merge pull request #6450 from leoetlino/nandboot

Boot: Set TYPE_NANDBOOT when booting from NAND
This commit is contained in:
Pierre Bourdon 2018-03-18 20:44:44 +01:00 committed by GitHub
commit 0c128f3abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)