mirror of
https://github.com/nh-server/switch-guide.git
synced 2026-08-15 20:19:49 -07:00
extend XAW4 potentially patched range based on #293 and update emummc.txt links
This commit is contained in:
@@ -12,7 +12,7 @@ You can configure Atmosphère to automatically redirect any requests directed to
|
||||
|
||||
### Section I - Requirements
|
||||
|
||||
* The [emummc.txt](/files/emummc.txt){download} file
|
||||
* The [emummc.txt](https://nintendohomebrew.com/assets/emummc.txt){download} file
|
||||
* Atmosphère 0.18.0 or higher
|
||||
|
||||
### Section II - Installation
|
||||
|
||||
@@ -78,7 +78,7 @@ function initSerialChecker() {
|
||||
return 'patched';
|
||||
} else if (assemblyLine === 4) {
|
||||
if (checkingValue < 4001100) return 'unpatched';
|
||||
if (checkingValue < 4001200) return 'maybe';
|
||||
if (checkingValue < 4001250) return 'maybe';
|
||||
return 'patched';
|
||||
} else if (assemblyLine === 7) {
|
||||
if (checkingValue < 7001750) return 'unpatched';
|
||||
|
||||
@@ -16,7 +16,7 @@ If you use Windows, you should enable file name extensions before continuing. Se
|
||||
|
||||
* The latest release of [hekate](https://github.com/CTCaer/Hekate/releases/) (Download the `hekate_ctcaer_(version).zip` release of hekate)
|
||||
* The hekate config file: [hekate_ipl.ini](/files/emu/hekate_ipl.ini){download}
|
||||
* The DNS.MITM DNS redirection config: [emummc.txt](/files/emummc.txt){download}
|
||||
* The DNS.MITM DNS redirection config: [emummc.txt](https://nintendohomebrew.com/assets/emummc.txt){download}
|
||||
* The bootlogo zip folder: [bootlogos.zip](/files/bootlogos.zip)
|
||||
* The latest release of [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere/releases). Download the `atmosphere-(version)-master-(version)+hbl-(version)+hbmenu-(version).zip` release of Atmosphère.
|
||||
* The latest release of [JKSV](https://github.com/J-D-K/JKSV/releases) (Download the `JKSV.nro` release of JKSV)
|
||||
|
||||
@@ -55,7 +55,7 @@ The following information is based on [this GBATemp thread](https://gbatemp.net/
|
||||
| Serial Numbers | <span style="color:green">Unpatched</span> | <span style="color:orange">Potentially patched</span> | <span style="color:red">Patched</span> |
|
||||
| :------------- | :----------------------------------------- | :---------------------------------------------------- | :------------------------------------- |
|
||||
| XAW1 | XAW10000000000 to XAW10065000000 | XAW10065000000 to XAW10120000000 | XAW10120000000 and up |
|
||||
| XAW4 | XAW40000000000 to XAW40011000000 | XAW40011000000 to XAW40012000000 | XAW40012000000 and up |
|
||||
| XAW4 | XAW40000000000 to XAW40011000000 | XAW40011000000 to XAW40012500000 | XAW40012500000 and up |
|
||||
| XAW7 | XAW70000000000 to XAW70017500000 | XAW70017500000 to XAW70030000000 | XAW70030000000 and up |
|
||||
| XAW9 | **N/A** | XAW90000000000 and up | **N/A** |
|
||||
| XAJ1 | XAJ10000000000 to XAJ10020000000 | XAJ10020000000 to XAJ10030000000 | XAJ10030000000 and up |
|
||||
|
||||
Reference in New Issue
Block a user