mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Merge pull request #6 from Jonatan6/main
Some small changes to a couple of articles.
This commit is contained in:
commit
97d4e410cc
@ -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. 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 %}
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user