1
0
Fork 0
forked from len0rd/rockbox

x1000: bootloader: refactor init_disk

Add check_disk() to query the disk insertion status and prompt the
user if necessary. Use this in place of init_disk().

Perform an unconditional disk_mount_all() from the main function.

Change-Id: I9a8cc42266edf99cd15ece3aee8fa25835df04ae
This commit is contained in:
Aidan MacDonald 2022-03-05 09:38:13 +00:00
parent 905591215f
commit 7554a49309
6 changed files with 62 additions and 33 deletions

View file

@ -93,4 +93,5 @@ x1000/boot.c
x1000/gui.c
x1000/install.c
x1000/recovery.c
x1000/utils.c
#endif