From 787c682f0fe3a336f5e2cdbd5c7fc26068ead402 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Tue, 10 Sep 2019 23:44:33 +0300 Subject: [PATCH] readme: Add nouserexceptions key --- README.md | 3 ++- res/{patches.ini => patches_template.ini} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename res/{patches.ini => patches_template.ini} (100%) diff --git a/README.md b/README.md index b64628f..28b8ec8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Custom Nintendo Switch bootloader, firmware patcher, and more. | bootloader | Main folder. | | \|__ bootlogo.bmp | It is used when custom is on and no logopath found. Can be skipped. | | \|__ hekate_ipl.ini | Main bootloader configuration and boot entries. | -| \|__ patches.ini | Add external patches. Can be skipped | +| \|__ patches.ini | Add external patches. If not found `patches_template.ini` will be loaded. Can be skipped. | | \|__ update.bin | If newer, it is loaded at boot. For modchips. Can be skipped. | | bootloader/ini/ | For individual inis. 'More configs...' menu. Autoboot is supported. | | bootloader/res/ | Nyx user resources. Icons and more. | @@ -70,6 +70,7 @@ There are four possible type of entries. "**[ ]**": Boot entry, "**{ }**": Capti | fullsvcperm=1 | Disables SVC verification (full services permission) | | debugmode=1 | Enables Debug mode. Obsolete when used with exosphere as secmon. | | atmosphere=1 | Enables Atmosphère patching. | +| nouserexceptions=1 | Disables usermode exception handlers when paired with Exosphère. | | emummc_force_disable=1 | Disabled emuMMC if it's enabled. | | stock=1 | Disables unneeded kernel patching when running stock or semi-stock. `If emuMMC is enabled, emummc_force_disabled=1` is required to run completely stock. | | payload={SD path} | Payload launching. Tools, Linux, CFW bootloaders, etc. | diff --git a/res/patches.ini b/res/patches_template.ini similarity index 100% rename from res/patches.ini rename to res/patches_template.ini