From 70109fed2ccfaf60c2c25e8230b0e7eed58b25c2 Mon Sep 17 00:00:00 2001 From: TuxSH <1922548+TuxSH@users.noreply.github.com> Date: Thu, 16 Jul 2020 16:25:56 +0100 Subject: [PATCH] Update bug-report.md, etc --- .github/ISSUE_TEMPLATE/bug-report.md | 17 +++++++++-------- sysmodules/pm/README.md | 2 +- sysmodules/pxi/README.md | 2 +- sysmodules/sm/README.md | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 11d093b..fd79937 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,13 +7,13 @@ about: Use this to report bugs you encounter with Luma3DS. Make sure you upload -- THIS IS NOT A SUPPORT FORUM! For support go here: -- Nintendo Homebrew: https://discord.gg/MjzatM8 -- --- Rosalina feature requests go here: https://github.com/AuroraWright/Luma3DS/issues/752 +-- Rosalina feature requests go here: https://github.com/LumaTeam/Luma3DS/issues/752 -- --- Also check the Wiki (https://github.com/AuroraWright/Luma3DS/wiki) before making an issue. +-- Also check the Wiki (https://github.com/LumaTeam/Luma3DS/wiki) before making an issue. -- -- For GBA/DSiWare/DS/AGB_FIRM/TWL_FIRM problems: use https://github.com/MechanicalDragon0687/TWLFix-CFW and update your system. -- If you're using an emu/redNAND try installing anything on it to sysNAND. --- Please make sure to read "Enable game patching" https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage before posting any issues about the "Enable game patching" option(s). +-- Please make sure to read "Enable game patching" https://github.com/LumaTeam/Luma3DS/wiki/Options-and-usage before posting any issues about the "Enable game patching" option(s). -- -- Luma updaters that don't support Boot9Strap/Sighax won't work. -- This is due to support for non-B9S/Sighax entrypoints being dropped. @@ -21,7 +21,7 @@ about: Use this to report bugs you encounter with Luma3DS. Make sure you upload -- Please fill in the placeholders.--> **System model:** -[e.g. 2DS, New 3DS, Old 3DS] +[New 2DS XL, New 3DS XL, New 3DS, Old 2DS, Old 3DS XL, Old 3DS] **SysNAND version (+emu/redNAND version if applicable):** @@ -34,7 +34,7 @@ about: Use this to report bugs you encounter with Luma3DS. Make sure you upload **Luma3DS version:** -[e.g. v10.1.3 stable or if using non-releases specify the commit like this https://github.com/AuroraWright/Luma3DS/commit/0543c208fd154e6326ea5da8cbf66ffcbdef010c] +[e.g. v10.2 stable or if using non-releases specify the commit like this https://github.com/LumaTeam/Luma3DS/commit/0543c208fd154e6326ea5da8cbf66ffcbdef010c] **Luma3DS configuration/options:** @@ -50,7 +50,7 @@ Splash duration: ( ) PIN lock: ( ) New 3DS CPU: ( ) - + -- @@ -70,12 +70,13 @@ Show NAND or user string in System Settings: ( ) Show GBA boot screen in patched AGB_FIRM: ( ) -Patch Arm9 access: ( ) - Set developer UNITINFO: ( ) Disable Arm11 exception handlers: ( ) +Enable Rosalina on SAFE_FIRM: ( ) + + -- diff --git a/sysmodules/pm/README.md b/sysmodules/pm/README.md index 64b7ee4..ecf4f64 100644 --- a/sysmodules/pm/README.md +++ b/sysmodules/pm/README.md @@ -3,7 +3,7 @@ Open source replacement of the Arm11 PM system module. This is licensed under the MIT license. # Usage -To run this system module, use a recent release or commit of [Luma3DS](https://github.com/AuroraWright/Luma3DS/), build this project and copy the generated CXI file to `/luma/sysmodules/pm.cxi`. +To run this system module, use a recent release or commit of [Luma3DS](https://github.com/LumaTeam/Luma3DS/), build this project and copy the generated CXI file to `/luma/sysmodules/pm.cxi`. # Credits @fincs diff --git a/sysmodules/pxi/README.md b/sysmodules/pxi/README.md index 2687003..37a2768 100644 --- a/sysmodules/pxi/README.md +++ b/sysmodules/pxi/README.md @@ -3,7 +3,7 @@ Open source replacement of the Arm11 PXI system module. This is licensed under the MIT license. # Usage -To run this system module, use a recent release or commit of [Luma3DS](https://github.com/AuroraWright/Luma3DS/) and copy pxi.cxi to /luma/sysmodules/. +To run this system module, use a recent release or commit of [Luma3DS](https://github.com/LumaTeam/Luma3DS/) and copy pxi.cxi to /luma/sysmodules/. # Credits This list is not complete at all: diff --git a/sysmodules/sm/README.md b/sysmodules/sm/README.md index b63f514..34a8318 100644 --- a/sysmodules/sm/README.md +++ b/sysmodules/sm/README.md @@ -3,7 +3,7 @@ Open source replacement of the Arm11 SM system module. This is licensed under the MIT license. # Usage -To run this system module, use a recent release or commit of [Luma3DS](https://github.com/AuroraWright/Luma3DS/), build this project and copy sm.cxi to /luma/sysmodules/. +To run this system module, use a recent release or commit of [Luma3DS](https://github.com/LumaTeam/Luma3DS/), build this project and copy sm.cxi to /luma/sysmodules/. # Credits Everyone that helped me fix some of stupid bugs I had been making: @fincs, @Hikari-chin, etc.