hekate/bootloader/utils
CTCaer abcb1dec46 boot cfg: Allow Launching UMS from boot.
By using `BOOT_CFG_AUTOBOOT_EN` in `boot_cfg` and `EXTRA_CFG_NYX_UMS` in `extra_cfg` you can launch UMS from boot.

The `ums` variable must be populated with one of the following:

```
NYX_UMS_SD_CARD      0
NYX_UMS_EMMC_BOOT0   1
NYX_UMS_EMMC_BOOT1   2
NYX_UMS_EMMC_GPP     3
NYX_UMS_EMUMMC_BOOT0 4
NYX_UMS_EMUMMC_BOOT1 5
NYX_UMS_EMUMMC_GPP   6
```
2020-04-30 14:44:27 +03:00
..
aarch64_util.h hos: Add Atmosphere's system mem increase patches 2019-12-10 19:20:02 +02:00
btn.c util: Add btn_read_vol 2020-04-14 17:51:42 +03:00
btn.h util: Add btn_read_vol 2020-04-14 17:51:42 +03:00
dirlist.c Simplify string ops with already compiled-in functions 2019-12-04 15:56:53 +02:00
dirlist.h Ignore hidden files when using wildcards. 2018-11-08 19:09:14 -05:00
list.h Update and add missing copyrights 2020-03-14 09:24:24 +02:00
types.h boot cfg: Allow Launching UMS from boot. 2020-04-30 14:44:27 +03:00
util.c utils: Add normal CRC32 2020-04-30 03:30:51 +03:00
util.h boot cfg: Allow Launching UMS from boot. 2020-04-30 14:44:27 +03:00