mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-22 02:49:16 +01:00
Rename getQuickBoot to launchQuickStartTitle
This commit is contained in:
parent
4cc08d82e2
commit
67dfdd1fc8
@ -112,7 +112,7 @@ private:
|
|||||||
FSCmdBlock mCmdBlock{};
|
FSCmdBlock mCmdBlock{};
|
||||||
};
|
};
|
||||||
|
|
||||||
bool getQuickBoot() {
|
bool launchQuickStartTitle() {
|
||||||
// Waits until the quick start menu has been closed. TODO: abort this checks after a given time?
|
// Waits until the quick start menu has been closed. TODO: abort this checks after a given time?
|
||||||
auto bootCheck = CCRSysCaffeineBootCheck();
|
auto bootCheck = CCRSysCaffeineBootCheck();
|
||||||
if (bootCheck == 0) {
|
if (bootCheck == 0) {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
bool getQuickBoot();
|
bool launchQuickStartTitle();
|
@ -48,7 +48,7 @@ int32_t main(int32_t argc, char **argv) {
|
|||||||
DEBUG_FUNCTION_LINE_ERR("AutobootModule: Failed to init RPXLoader. This can be ignored when not running Aroma. Error %s [%d]", RPXLoader_GetStatusStr(error3), error3);
|
DEBUG_FUNCTION_LINE_ERR("AutobootModule: Failed to init RPXLoader. This can be ignored when not running Aroma. Error %s [%d]", RPXLoader_GetStatusStr(error3), error3);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getQuickBoot()) {
|
if (launchQuickStartTitle()) {
|
||||||
deinitLogging();
|
deinitLogging();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user