mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-22 02:49:16 +01:00
Allow quick starting into vWii
This commit is contained in:
parent
ce99c9e5f2
commit
a836a3fdd1
@ -197,6 +197,13 @@ bool getQuickBoot() {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (info.titleId == 0x0005001010004000L) { // OSv0
|
||||
DEBUG_FUNCTION_LINE("Launching vWii System Menu");
|
||||
bootvWiiMenu();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!SYSCheckTitleExists(info.titleId)) {
|
||||
DEBUG_FUNCTION_LINE("Title %016llX doesn't exist", info.titleId);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user