65 Commits

Author SHA1 Message Date
Romulo Leitão
1711a30cf7 Add support for custom boot entries (either vWii or Wiiu)
(cherry picked from commit 74316bd54d4d873d9bb453eb12747f84be5ae0d8)
2023-03-11 13:37:46 -03:00
Maschell
2d023be0a2 Bump version to 0.1.2 AutobootModule-20230114-133820 v0.1.2 2023-01-14 14:37:08 +01:00
Maschell
8233db8868 Update the CI to use a non-deprecated release action AutobootModule-20230114-133046 2023-01-14 14:29:45 +01:00
Maschell
a097915359 Fix crash when selecting "Don't show this again" on the update warning 2023-01-14 14:18:11 +01:00
Maschell
c33ef3d872 Bump the version to 0.1.1 AutobootModule-20230111-100004 v0.1.1 2023-01-11 10:58:52 +01:00
Maschell
51eaca82b3 Add additional error logging 2023-01-11 10:58:52 +01:00
Maschell
0e30c81e4a Read the initial input before entering the update warning to be able to show both menus when autoboot is active. 2023-01-11 10:58:52 +01:00
Maschell
220dce54db Update update warning screen to tell the people the update folder is not a file 2023-01-11 10:58:52 +01:00
Maschell
ade0f3abf5 Display the AutobootModule version in the Boot Selector 2023-01-11 10:58:52 +01:00
Maschell
9d8d14d192 Stop sound when entering the AutobootModule 2023-01-11 10:58:52 +01:00
Maschell
af68c340cf Only show update warning if "/vol/storage_mlc01/sys/update" exists and is actually a directory AutobootModule-20230105-181630 2023-01-05 19:15:15 +01:00
Maschell
efe611712f Update Dockerfile AutobootModule-20230105-165707 2023-01-05 17:55:52 +01:00
Maschell
a7b301ce2e Use libschrift instead of freetype 2023-01-05 17:55:52 +01:00
Maschell
96c02e85b3 Improve commit messages for nightlies 2023-01-05 17:55:52 +01:00
Maschell
6d0a7809dd Update CI to use actions/checkout@v3 2023-01-05 17:55:52 +01:00
GaryOderNichts
7b586309a1 Add a update block warning screen AutobootModule-20220904-215523 v0.1 2022-09-04 23:54:00 +02:00
Maschell
10ba1ff82c Update Dockerfile AutobootModule-20220903-221550 2022-09-04 00:14:41 +02:00
Maschell
3f077c9993 Add LICENSE 2022-09-04 00:14:41 +02:00
Maschell
daf8c8511a Use ubuntu-22.04 AutobootModule-20220828-230538 2022-08-29 01:04:20 +02:00
Maschell
f324dad6fe Fix saving the correct autoboot option 2022-08-29 01:04:20 +02:00
Maschell
1281dd3c51 Attempt to make the boot menu a bit more robust and flexible AutobootModule-20220825-192419 2022-08-25 21:23:00 +02:00
Maschell
fca58f95ce Check building with logs 2022-08-25 21:23:00 +02:00
Maschell
106c485fb1 Hide vWii Homebrew Channel from list when not installed 2022-08-25 21:23:00 +02:00
Maschell
c0f6e1744a Use libmocha instead of libiosuhax 2022-08-25 21:23:00 +02:00
Maschell
d3a542d549 Update Dockerfile 2022-08-25 21:23:00 +02:00
Maschell
08ea530f8e Change "Tiramisu Boot Selector" to "Boot Selector" 2022-08-25 21:23:00 +02:00
Maschell
c2228569bd Hide the option to boot into HBL when the 50_hbl_installer.rpx is missing for the environment 2022-08-25 21:23:00 +02:00
Maschell
0419bdd838 Improve logging 2022-08-25 21:23:00 +02:00
Maschell
b6b1f99d85 Update to use latest wut version 2022-08-25 21:23:00 +02:00
Maschell
f756a3c985 Fix the fallback config path AutobootModule-20220330-143957 2022-03-30 16:38:30 +02:00
Maniac-
60fa230e19
Add missing free calls
Co-authored-by: Maschell <Maschell@gmx.de>
AutobootModule-20220204-204419
2022-02-04 21:42:53 +01:00
Maschell
c56897cc75 Update .clang-format rules AutobootModule-20220203-141158 2022-02-03 15:10:34 +01:00
Maschell
4512de73da Update .clang-format to change comment and macro formatting AutobootModule-20220203-123744 2022-02-03 13:36:25 +01:00
Maschell
beedc7513c
Format the code via clang-format (#3) AutobootModule-20220202-185830 2022-02-02 19:57:14 +01:00
Maschell
ad693c94ff Formatting AutobootModule-20220122-141115 2022-01-22 14:44:39 +01:00
Maschell
7e5f174076 Add missing __fini() call 2022-01-22 14:44:23 +01:00
Maschell
425140e7e9 Add missing libiosuhax to Dockerfile 2022-01-22 14:42:08 +01:00
Maschell
148031782f Increase wait time for USB Storage 2022-01-22 14:35:32 +01:00
GaryOderNichts
88161f53c1 Fix several compiler warnings 2022-01-18 16:29:54 +01:00
GaryOderNichts
4cbc618674 Check which version of the HBC is installed 2022-01-18 16:21:15 +01:00
GaryOderNichts
a836a3fdd1 Allow quick starting into vWii 2022-01-18 16:19:04 +01:00
Maschell
ce99c9e5f2
Merge pull request #2 from wiiu-env/account_selection
Show a Account Selection screen when no default account has been set
AutobootModule-20220118-140408
2022-01-18 15:03:04 +01:00
Maschell
484c218989 Show a Account Selection screen when no default account has been set 2022-01-18 14:17:15 +01:00
Maschell
93ce6e97ac Wait for USB devices until they are ready, reduce screen corruption, refactor code AutobootModule-20220116-000553 2022-01-16 01:04:43 +01:00
Maschell
c93d45fb38 Fix black screen on the TV when coldbooting and opening the autoboot menu AutobootModule-20220101-145005 2022-01-01 15:48:17 +01:00
Maschell
05cc2a99c7 Fix quick starting into applets AutobootModule-20220101-111701 2022-01-01 12:09:31 +01:00
Maschell
2152acd7e1 Update the README formatting AutobootModule-20211231-142859 2021-12-31 15:27:59 +01:00
Maschell
f75ec42fe7 Update the README AutobootModule-20211231-141742 2021-12-31 15:16:43 +01:00
Maschell
934ec23a66 Never call OSScreenShutdown when running in Mii Maker AutobootModule-20211230-151236 2021-12-30 16:11:41 +01:00
Maschell
926aadb464 Fix launching the HBL from Browser when opening the Autoboot Menu AutobootModule-20211230-142600 2021-12-30 15:23:32 +01:00