Update nds-bootstrap Glossary

Add Direct Boot definition
This commit is contained in:
Kaisaan 2021-11-27 21:25:36 -05:00
parent b8bc55141b
commit a82c24223a

View File

@ -33,6 +33,9 @@ Changes whether Halt Software Interrupts (SWI) are Hooked or not. Having it set
### Ex. ROM space in RAM
If a game is small enough, it can be loaded into the system's RAM to speed up loading times. Turning this option on will increase the size limit for ROMs, but might break some.
### Direct Boot
Appears only for homebrew ROMs. Setting this to On will not use nds-bootstrap when launching the ROM. This is useful for homebrew ROMs that do not need or work with nds-bootstrap.
### Bootstrap
Change whether to run the ROM with either the Release or Nightly build of nds-bootstrap. Information on Nightly builds can be found on the [nds-bootstrap FAQ](https://wiki.ds-homebrew.com/nds-bootstrap/faq?faq=what-is-a-nightly-and-where-do-i-get-it)