From 170cd05beed7cef553501daef195e2c049fae511 Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Mon, 22 Feb 2021 10:41:13 +0100 Subject: [PATCH 1/7] Add instructions on how to install javafx on Arch. --- pages/_en-US/ds-index/3ds-forwarders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_en-US/ds-index/3ds-forwarders.md b/pages/_en-US/ds-index/3ds-forwarders.md index 90448f34..d119eb77 100644 --- a/pages/_en-US/ds-index/3ds-forwarders.md +++ b/pages/_en-US/ds-index/3ds-forwarders.md @@ -74,7 +74,7 @@ PC: - A 64 bit OS - [Forwarder3-DS](https://www.dropbox.com/s/b9de5ii6vm3dxfn/Forwarder3DS-v2.9.6.zip?dl=0) - Java 8 Update 251 -- **Linux users:** JavaFX `sudo apt-get install openjfx` (if you are using a Debian based system.) +- **Linux users:** JavaFX `sudo apt-get install openjfx` on a Debian based system, or `sudo pacman -S java-openjfx` if you're using a Arch based system. ### Part 1: Getting Started {% capture tab-sd-card %} From 0b7cdbfaf35b005d9fe5b205d84eeb44d5425557 Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Mon, 22 Feb 2021 10:54:18 +0100 Subject: [PATCH 2/7] Remove unnecessary part of link and other small edit. --- pages/_en-US/nds-bootstrap/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_en-US/nds-bootstrap/testing.md b/pages/_en-US/nds-bootstrap/testing.md index 469821ad..200abd70 100644 --- a/pages/_en-US/nds-bootstrap/testing.md +++ b/pages/_en-US/nds-bootstrap/testing.md @@ -8,10 +8,10 @@ description: Compatibility List & Testing Tips --- ### Compatibility List -To view tested games, look [here](https://docs.google.com/spreadsheets/d/1LRTkXOUXraTMjg1eedz_f7b5jiuyMv2x6e_jY_nyHSc/edit#gid=0). If you want to contribute, press `view only` and then `request edit access`. +To view tested games, look [here](https://docs.google.com/spreadsheets/d/1LRTkXOUXraTMjg1eedz_f7b5jiuyMv2x6e_jY_nyHSc/). If you want to contribute, press `view only` and then `request edit access`. ### Tips For Testing Games - Look for screen flickering or sound issues -- If something looks off, run the game along console not using nds-bootstrap to compare +- If something looks off, run the game along a console not using nds-bootstrap to compare - Try as many features in the game as possible - Be thorough From 58792eaea69193bb8d1fc4535af065b8986ff856 Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Mon, 22 Feb 2021 11:00:51 +0100 Subject: [PATCH 3/7] Change incorrect uses of the word terminal. --- pages/_en-US/ds-index/hardmod.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/_en-US/ds-index/hardmod.md b/pages/_en-US/ds-index/hardmod.md index 081aac1d..929f0378 100644 --- a/pages/_en-US/ds-index/hardmod.md +++ b/pages/_en-US/ds-index/hardmod.md @@ -74,22 +74,22 @@ You will first need to remove the NOCASH footer from the backup you are flashing 1. Work out where the SD card is mounted - Linux: 1. Unplug the SD card adapter - 1. Run `lbslk` on a terminal + 1. Run `lbslk` in a terminal 1. Plug in the SD card adapter 1. Run `lbslk` again 1. This time a new device should appear - - It may be called `/dev/sdb`, make sure you note down what it is called on *your* terminal + - It may be called `/dev/sdb`, make sure you note down what it is called on *your* computer - macOS: 1. Unplug the SD card adapter - 1. Run `df` on a terminal + 1. Run `df` in a terminal 1. Plug in the SD card adapter 1. Run `df` again 1. A new device should appear in the list - - It may be called `/dev/disk1s1`, make sure you note down what it is called on *your* terminal + - It may be called `/dev/disk1s1`, make sure you note down what it is called on *your* computer 1. Dump the NAND - - Run the following command on a terminal: + - Run the following command in a terminal: - `cat {device-name} > nand0.bin` - Replace `{device-name}` with the SD card mount location - E.g `cat /dev/sdb > nand0.bin` From f66c5a06f8963f0e10e4994b7ddc89ece700ea68 Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Mon, 22 Feb 2021 11:28:00 +0100 Subject: [PATCH 4/7] Change package name. --- pages/_en-US/ds-index/3ds-forwarders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_en-US/ds-index/3ds-forwarders.md b/pages/_en-US/ds-index/3ds-forwarders.md index d119eb77..a906b841 100644 --- a/pages/_en-US/ds-index/3ds-forwarders.md +++ b/pages/_en-US/ds-index/3ds-forwarders.md @@ -74,7 +74,7 @@ PC: - A 64 bit OS - [Forwarder3-DS](https://www.dropbox.com/s/b9de5ii6vm3dxfn/Forwarder3DS-v2.9.6.zip?dl=0) - Java 8 Update 251 -- **Linux users:** JavaFX `sudo apt-get install openjfx` on a Debian based system, or `sudo pacman -S java-openjfx` if you're using a Arch based system. +- **Linux users:** JavaFX `sudo apt-get install openjfx` on a Debian based system, or `sudo pacman -S java8-openjfx` if you're using a Arch based system. ### Part 1: Getting Started {% capture tab-sd-card %} From 41446b6b580e658883adc61310e0edaa2ecb27d9 Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Mon, 22 Feb 2021 14:41:23 +0100 Subject: [PATCH 5/7] Update instructions on how to install JavaFX on Debian. I'm not sure if linking to a gist is good practice, so feel free to change tell me if you have a better way of doing it --- pages/_en-US/ds-index/3ds-forwarders.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/_en-US/ds-index/3ds-forwarders.md b/pages/_en-US/ds-index/3ds-forwarders.md index a906b841..b6d398dd 100644 --- a/pages/_en-US/ds-index/3ds-forwarders.md +++ b/pages/_en-US/ds-index/3ds-forwarders.md @@ -74,8 +74,7 @@ PC: - A 64 bit OS - [Forwarder3-DS](https://www.dropbox.com/s/b9de5ii6vm3dxfn/Forwarder3DS-v2.9.6.zip?dl=0) - Java 8 Update 251 -- **Linux users:** JavaFX `sudo apt-get install openjfx` on a Debian based system, or `sudo pacman -S java8-openjfx` if you're using a Arch based system. - +- **Linux users:** JavaFX. on Debin based systems run [this](https://gist.githubusercontent.com/puntillol59/7532b6583380baca236dcaf2d8f75b5c/raw/e8b9d193f8b24de941160c7292ec0bb3b997e98e/main.sh), or if you're on Arch run: `sudo pacman -S java8-openjfx`. ### Part 1: Getting Started {% capture tab-sd-card %} 1. Download the [SD card forwarder pack](https://www.dropbox.com/s/k5uaa4jzbtkgm0z/DS%20Game%20Forwarder%20pack%20%283DS%20SD%20Card%29.7z?dl=0) From d35202c6b57fbb60529f4e5618728b316268e95d Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Mon, 22 Feb 2021 14:43:57 +0100 Subject: [PATCH 6/7] Add newline that i accidentally removed. --- pages/_en-US/ds-index/3ds-forwarders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/_en-US/ds-index/3ds-forwarders.md b/pages/_en-US/ds-index/3ds-forwarders.md index b6d398dd..956f975f 100644 --- a/pages/_en-US/ds-index/3ds-forwarders.md +++ b/pages/_en-US/ds-index/3ds-forwarders.md @@ -75,6 +75,7 @@ PC: - [Forwarder3-DS](https://www.dropbox.com/s/b9de5ii6vm3dxfn/Forwarder3DS-v2.9.6.zip?dl=0) - Java 8 Update 251 - **Linux users:** JavaFX. on Debin based systems run [this](https://gist.githubusercontent.com/puntillol59/7532b6583380baca236dcaf2d8f75b5c/raw/e8b9d193f8b24de941160c7292ec0bb3b997e98e/main.sh), or if you're on Arch run: `sudo pacman -S java8-openjfx`. + ### Part 1: Getting Started {% capture tab-sd-card %} 1. Download the [SD card forwarder pack](https://www.dropbox.com/s/k5uaa4jzbtkgm0z/DS%20Game%20Forwarder%20pack%20%283DS%20SD%20Card%29.7z?dl=0) From 1f703d9a9df3408d7532a0dd065990dbf72cdf0d Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Mon, 22 Feb 2021 14:56:21 +0100 Subject: [PATCH 7/7] Update Arch instructions to now include the archlinux-java command. --- pages/_en-US/ds-index/3ds-forwarders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_en-US/ds-index/3ds-forwarders.md b/pages/_en-US/ds-index/3ds-forwarders.md index 956f975f..4a7e2950 100644 --- a/pages/_en-US/ds-index/3ds-forwarders.md +++ b/pages/_en-US/ds-index/3ds-forwarders.md @@ -74,7 +74,7 @@ PC: - A 64 bit OS - [Forwarder3-DS](https://www.dropbox.com/s/b9de5ii6vm3dxfn/Forwarder3DS-v2.9.6.zip?dl=0) - Java 8 Update 251 -- **Linux users:** JavaFX. on Debin based systems run [this](https://gist.githubusercontent.com/puntillol59/7532b6583380baca236dcaf2d8f75b5c/raw/e8b9d193f8b24de941160c7292ec0bb3b997e98e/main.sh), or if you're on Arch run: `sudo pacman -S java8-openjfx`. +- **Linux users:** JavaFX. On Debian based systems run [this](https://gist.githubusercontent.com/puntillol59/7532b6583380baca236dcaf2d8f75b5c/raw/e8b9d193f8b24de941160c7292ec0bb3b997e98e/main.sh), or if you're on Arch run: `sudo pacman -S java8-openjfx && sudo archlinux-java set java-8-openjdk/jre`. ### Part 1: Getting Started {% capture tab-sd-card %}