diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..280866b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.xml text eol=lf diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 7e0e1f4..dfd3e1f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -25,7 +25,8 @@ about: Use this to report bugs you encounter with Luma3DS. Make sure you upload **SysNAND version (+emu/redNAND version if applicable):** -[e.g. 11.6.0-39U SysNAND, 11.6.0-39J EmuNAND] +[e.g. 11.13.0-45U SysNAND, 11.13.0-45E EmuNAND] + **Entrypoint (How/what you're using to boot Luma3DS):** @@ -33,9 +34,7 @@ about: Use this to report bugs you encounter with Luma3DS. Make sure you upload **Luma3DS version:** -[e.g. 8.1.1 stable or if using nightly/hourly specify the commit like this https://github.com/AuroraWright/Luma3DS/commit/9570e6cbeca53128433abbf5e3473cb8a07fe69e] - - +[e.g. v10.0.1 stable or if using nightly/hourly specify the commit like this https://github.com/AuroraWright/Luma3DS/commit/0543c208fd154e6326ea5da8cbf66ffcbdef010c] **Luma3DS configuration/options:** diff --git a/README.md b/README.md index 9e12c44..77084fd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Luma3DS** is a program to patch the system software of (New) Nintendo (2)3DS handheld consoles "on the fly", adding features such as per-game language settings, debugging capabilities for developers, and removing restrictions enforced by Nintendo such as the region lock. It also allows you to run unauthorized ("homebrew") content by removing signature checks. -To use it, you will need a console capable of running homebrew software on the ARM9 processor. We recommend [Plailect's guide](https://3ds.hacks.guide/) for details on how to get your system ready. +To use it, you will need a console capable of running homebrew software on the Arm9 processor. We recommend [Plailect's guide](https://3ds.hacks.guide/) for details on how to get your system ready. Since v8.0, Luma3DS has its own in-game menu, triggerable by L+Down+Select (see the [release notes](https://github.com/AuroraWright/Luma3DS/releases/tag/v8.0)). @@ -33,4 +33,4 @@ See https://github.com/AuroraWright/Luma3DS/wiki/Credits ### Licensing This software is licensed under the terms of the GPLv3. You can find a copy of the license in the LICENSE.txt file. -Files in the GDB stub are instead double-licensed as MIT or "GPLv2 or any later version", in which case it's specified in the file header. +Files in the GDB stub are instead triple-licensed as MIT or "GPLv2 or any later version", in which case it's specified in the file header.