Allow quick starting into vWii

This commit is contained in:
GaryOderNichts 2022-01-18 16:19:04 +01:00
parent ce99c9e5f2
commit a836a3fdd1
1 changed files with 7 additions and 0 deletions

View File

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