mirror of
https://github.com/CTCaer/hekate
synced 2024-12-22 03:11:16 +00:00
Updated README
This commit is contained in:
parent
4da0f45210
commit
73f5f7e2d6
1 changed files with 14 additions and 8 deletions
22
README.md
22
README.md
|
@ -7,14 +7,16 @@ Custom Graphical Nintendo Switch bootloader, firmware patcher, tools, and many m
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- [Features](#features)
|
- [hekate - Nyx](#hekate---nyx)
|
||||||
- [Bootloader folders and files](#bootloader-folders-and-files)
|
- [Features](#features)
|
||||||
- [Bootloader configuration](#bootloader-configuration)
|
- [Bootloader folders and files](#bootloader-folders-and-files)
|
||||||
* [hekate global Configuration keys/values](#hekate-global-configuration-keysvalues-when-entry-is-config)
|
- [Bootloader configuration](#bootloader-configuration)
|
||||||
* [Boot entry key/value combinations](#boot-entry-keyvalue-combinations)
|
- [hekate Global Configuration keys/values (when entry is *\[config\]*):](#hekate-global-configuration-keysvalues-when-entry-is-config)
|
||||||
* [Boot entry key/value combinations for Exosphère](#boot-entry-keyvalue-combinations-for-exosphère)
|
- [Boot entry key/value combinations:](#boot-entry-keyvalue-combinations)
|
||||||
* [Payload storage](#payload-storage)
|
- [Boot entry key/value combinations for Exosphère:](#boot-entry-keyvalue-combinations-for-exosphère)
|
||||||
* [Nyx Configuration keys/values](#nyx-configuration-keysvalues-nyxini)
|
- [Payload storage:](#payload-storage)
|
||||||
|
- [Nyx Configuration keys/values (nyx.ini):](#nyx-configuration-keysvalues-nyxini)
|
||||||
|
- [Extra](#extra)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -107,6 +109,7 @@ There are four possible type of entries. "**[ ]**": Boot entry, "**{ }**": Capti
|
||||||
| emummcforce=1 | Forces the use of emuMMC. If emummc.ini is disabled or not found, then it causes an error. |
|
| emummcforce=1 | Forces the use of emuMMC. If emummc.ini is disabled or not found, then it causes an error. |
|
||||||
| emummc_force_disable=1 | Disables emuMMC, if it's enabled. |
|
| emummc_force_disable=1 | Disables emuMMC, if it's enabled. |
|
||||||
| stock=1 | OFW via hekate bootloader. Disables unneeded kernel patching and CFW kips when running stock. `If emuMMC is enabled, emummc_force_disable=1` is required. emuMMC is not supported on stock. If additional KIPs are needed other than OFW's, you can define them with `kip1` key. No kip should be used that relies on Atmosphère patching, because it will hang. If `NOGC` is needed, use `kip1patch=nogc`. |
|
| stock=1 | OFW via hekate bootloader. Disables unneeded kernel patching and CFW kips when running stock. `If emuMMC is enabled, emummc_force_disable=1` is required. emuMMC is not supported on stock. If additional KIPs are needed other than OFW's, you can define them with `kip1` key. No kip should be used that relies on Atmosphère patching, because it will hang. If `NOGC` is needed, use `kip1patch=nogc`. |
|
||||||
|
| ofw=1 | This is different than using `stock`. This executes the same action that Reboot > OFW. Its just a help to create OFW entry on launch menu. |
|
||||||
| fullsvcperm=1 | Disables SVC verification (full services permission). Doesn't work with Mesosphere as kernel. |
|
| fullsvcperm=1 | Disables SVC verification (full services permission). Doesn't work with Mesosphere as kernel. |
|
||||||
| debugmode=1 | Enables Debug mode. Obsolete when used with exosphere as secmon. |
|
| debugmode=1 | Enables Debug mode. Obsolete when used with exosphere as secmon. |
|
||||||
| atmosphere=1 | Enables Atmosphère patching. Not needed when `fss0` is used. |
|
| atmosphere=1 | Enables Atmosphère patching. Not needed when `fss0` is used. |
|
||||||
|
@ -184,7 +187,10 @@ hekate has a boot storage in the binary that helps it configure it outside of BP
|
||||||
| jcdisable=0 | 1: Disables Joycon driver completely. |
|
| jcdisable=0 | 1: Disables Joycon driver completely. |
|
||||||
| jcforceright=0 | 1: Forces right joycon to be used as main mouse control. |
|
| jcforceright=0 | 1: Forces right joycon to be used as main mouse control. |
|
||||||
| bpmpclock=1 | 0: Auto, 1: Fastest, 2: Faster, 3: Fast. Use 2 or 3 if Nyx hangs or some functions like UMS/Backup Verification fail. |
|
| bpmpclock=1 | 0: Auto, 1: Fastest, 2: Faster, 3: Fast. Use 2 or 3 if Nyx hangs or some functions like UMS/Backup Verification fail. |
|
||||||
|
| safeui=0 | 1: With homescreen=2 (Launch menu), removes the close and Logs buttons from launch menu to avoid return to home menu and do something else. This option is usefull to people that just need to power on the console and select one boot option without worring about do something harmful. Special for kids or non-tech person. |
|
||||||
|
|
||||||
|
#### Extra
|
||||||
|
Konami code is supported in Nyx. It will show message box and on close it, restores the safeui=0 and homescreen=0 options. Useful for reenable full control over UI. The code is: `↑ ↑ ↓ ↓ ← → ← → B A`. (buttons only)
|
||||||
|
|
||||||
```
|
```
|
||||||
hekate (c) 2018, naehrwert, st4rk.
|
hekate (c) 2018, naehrwert, st4rk.
|
||||||
|
|
Loading…
Reference in a new issue