1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2025-01-11 09:06:11 +00:00
hekate/nyx/nyx_gui/frontend
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
..
fe_emmc_tools.c nyx: Clear partition start when creating emuMMC 2020-04-30 02:05:24 +03:00
fe_emmc_tools.h
fe_emummc_tools.c nyx: Clear partition start when creating emuMMC 2020-04-30 02:05:24 +03:00
fe_emummc_tools.h
gui.c boot cfg: Allow Launching UMS from boot. 2020-04-30 14:44:27 +03:00
gui.h nyx: Keep last close button to a var 2020-04-30 04:25:51 +03:00
gui_emmc_tools.c nyx: Disallow eMMC ops with low battery 2020-04-30 03:59:16 +03:00
gui_emmc_tools.h
gui_emummc_tools.c nyx: Ensure that close button var always gets nulled 2020-04-30 04:32:55 +03:00
gui_emummc_tools.h
gui_info.c nyx: Fuses info is now HW and Fuses info 2020-04-30 13:54:11 +03:00
gui_info.h
gui_options.c nyx: Ensure that close button var always gets nulled 2020-04-30 04:32:55 +03:00
gui_options.h
gui_tools.c boot cfg: Allow Launching UMS from boot. 2020-04-30 14:44:27 +03:00
gui_tools.h boot cfg: Allow Launching UMS from boot. 2020-04-30 14:44:27 +03:00