Updated Options and usage (markdown)

Yuuki Hikari 2017-06-19 13:01:59 -04:00
parent d470739fe3
commit 1f514d660c

@ -117,5 +117,6 @@ This makes ErrDisp display debugging information and allows you to install and r
---
### Options changed in last major release:
- **Enable exception handlers**: This option is always enabled as of version 8.0, and therefore no longer has a config setting. See [the release notes](https://github.com/AuroraWright/Luma3DS/releases/tag/v8.0) for more details about changes, and see the [other features and notes](https://github.com/AuroraWright/Luma3DS/wiki/Other-features-and-notes#exception-handlers) page for information about how this feature works.
>"Enable exception handlers" was removed, since it's always on with Rosalina choosing the best exception reporting method depending on the context
- **Enable exception handlers**: This option is enabled by default as of version 8.0, and therefore no longer has a config setting. See [the release notes](https://github.com/AuroraWright/Luma3DS/releases/tag/v8.0) for more details about changes, and see the [other features and notes](https://github.com/AuroraWright/Luma3DS/wiki/Other-features-and-notes#exception-handlers) page for information about how this feature works. In later releases, an option to disable the ARM11 Exception Handlers will be available; this is already if you are capable of cloning and compiling Luma yourself.
>"Enable exception handlers" was removed, since it's always on, with Rosalina choosing the best exception reporting method depending on the context.