diff --git a/Options-and-usage.md b/Options-and-usage.md index 148259c..44e38af 100644 --- a/Options-and-usage.md +++ b/Options-and-usage.md @@ -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.