diff --git a/Makefile b/Makefile index 8a72d0043..c9ac55b28 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ dist: all cp fusee/fusee-secondary/fusee-secondary.bin atmosphere-$(AMSVER)/atmosphere/fusee-secondary.bin cp common/defaults/BCT.ini atmosphere-$(AMSVER)/atmosphere/BCT.ini cp common/defaults/loader.ini atmosphere-$(AMSVER)/atmosphere/loader.ini + cp common/defaults/system_settings.ini atmosphere-$(AMSVER)/atmosphere/system_settings.ini cp -r common/defaults/kip_patches atmosphere-$(AMSVER)/atmosphere/kip_patches cp stratosphere/creport/creport.nsp atmosphere-$(AMSVER)/atmosphere/titles/0100000000000036/exefs.nsp cp stratosphere/fatal/fatal.nsp atmosphere-$(AMSVER)/atmosphere/titles/0100000000000034/exefs.nsp diff --git a/common/defaults/system_settings.ini b/common/defaults/system_settings.ini new file mode 100644 index 000000000..9a10dcd7c --- /dev/null +++ b/common/defaults/system_settings.ini @@ -0,0 +1,6 @@ +; Disable uploading error reports to Nintendo +[eupld] +upload_enabled = u8!0x0 +; Enable USB 3.0 superspeed for homebrew +[usb] +usb30_force_enabled = u8!0x1 \ No newline at end of file