System Menu: Difference between revisions
Hallowizer (talk | contribs) Dsi menu stuff |
Hallowizer (talk | contribs) added autobooting paths |
||
| Line 3: | Line 3: | ||
Unlike on the Wii, where channels could return to the Wii Menu with ES_LaunchTitle(1-2), software never returns to the DSi Menu. Instead, the system reboots to [[boot0]], therefore reloading [[Unlaunch]]. | Unlike on the Wii, where channels could return to the Wii Menu with ES_LaunchTitle(1-2), software never returns to the DSi Menu. Instead, the system reboots to [[boot0]], therefore reloading [[Unlaunch]]. | ||
== Autobooting paths == | |||
When the System Menu loads, it has 3 methods of automatically booting a [[title]] before it loads the main UI. | |||
=== Reset launching === | |||
First, the System Menu checks if the title ID at [[OS globals|02ffd204]] is not 0-0, and boots that title if possible. This is presumably how apps like Photo Clock are able to launch titles. | |||
=== Cart autoboot === | |||
This method is used when holding the key combination A/B/X/Y/R.{{check}} There are other checks in place before the autoboot is done. | |||
=== Screen calibration === | |||
If the key combination START/L/R (not X/L/R) is held on boot, then the system boots to the [[System Settings]] screen to calibrate the touch screen. | |||