mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-05 02:27:39 +00:00
Add hekate new style .ini template
This commit is contained in:
parent
f22616894c
commit
df8e6ea57d
@ -37,6 +37,8 @@ There are four possible type of entries. "**[ ]**": Boot entry, "**{ }**": Capti
|
||||
| debugmode=1 | Enables Debug mode |
|
||||
|
||||
|
||||
You can find a template [Here](./res/hekate_ipl_template.ini)
|
||||
|
||||
|
||||
```
|
||||
hekate (C) 2018 naehrwert, st4rk
|
||||
|
40
res/hekate_ipl_template.ini
Normal file
40
res/hekate_ipl_template.ini
Normal file
@ -0,0 +1,40 @@
|
||||
[config]
|
||||
autoboot=5
|
||||
bootwait=3
|
||||
customlogo=1
|
||||
verification=2
|
||||
|
||||
{-------- Stock -------}
|
||||
[Stock]
|
||||
|
||||
[Stock (SVC perms)]
|
||||
fullsvcperm=1
|
||||
debugmode=1
|
||||
{ }
|
||||
|
||||
{-- Custom Firmwares --}
|
||||
[AtmoHB]
|
||||
kip1=cfw/loader.kip1
|
||||
kip1=cfw/sm.kip1
|
||||
|
||||
[AtmoHB (SVC Perms)]
|
||||
kip1=cfw/loader.kip1
|
||||
kip1=cfw/sm.kip1
|
||||
fullsvcperm=1
|
||||
|
||||
[Atmosphere Full]
|
||||
secmon=cfw/atmo/exosphere.bin
|
||||
kip1=cfw/atmo/loader.kip
|
||||
kip1=cfw/atmo/sm.kip
|
||||
kip1=cfw/atmo/fs_mitm.kip
|
||||
logopath=cfw/atmo/atmo.bmp
|
||||
atmosphere=1
|
||||
# kip1=cfw/atmo/pm.kip
|
||||
{ }
|
||||
|
||||
{------- Tools -------}
|
||||
[Clear Error Logs]
|
||||
kip1=cfw/nx-dreport.kip
|
||||
|
||||
|
||||
# hekate - CTCaer mod v3.0 .ini template
|
Loading…
Reference in New Issue
Block a user