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