mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Merge pull request #20 from spellboundtriangle/patch-3
Various small changes
This commit is contained in:
commit
d72c2f8647
@ -29,10 +29,11 @@ There are guides for creating a DS-compatible hotspot on macOS and Linux compute
|
||||
### Manually patching your DS ROMs
|
||||
Follow the guide below in case your ISP blocks custom DNS servers, otherwise it is *strongly* recommended to follow the guide above.
|
||||
|
||||
Note: Users of GNU/Linux and macOS can follow very similar instructions, but will have to use Mono
|
||||
- Users of GNU/Linux and macOS can follow very similar instructions, but will have to use Mono
|
||||
- WfcPatcher currently doesn't support DSiWare
|
||||
|
||||
1. Download [WFCPatcher](https://github.com/AdmiralCurtiss/WfcPatcher/releases)
|
||||
1. Copy the ROM of the game you want to patch to the same folder where WFCPatcher is saved and open that folder
|
||||
1. Download [WfcPatcher](https://github.com/AdmiralCurtiss/WfcPatcher/releases)
|
||||
1. Copy the ROM of the game you want to patch to the same folder where WfcPatcher is saved and open that folder
|
||||
1. Create a text file
|
||||
1. In the file, enter `wfcpatcher.exe %1 --domain wiimmfi.de` then save the text file with the name `patch.bat` and close the window
|
||||
- You can replace wiimmfi.de with another URL, if you wish to use a different server
|
||||
|
||||
@ -23,4 +23,4 @@ Not right now. Instead, you can permanently inject cheat codes into your GBA ROM
|
||||
|
||||
#### How do I use Wi-Fi link features?
|
||||
|
||||
You will need a build from the [wifi_link](https://github.com/Gericom/GBARunner2/tree/wifi_link) branch to use the features. You can find detailed instructions on how to setup the builds on its [GBATemp Wiki page](https://wiki.gbatemp.net/wiki/GBARunner2/Link).
|
||||
You will need a build from the [wifi_link](https://github.com/Gericom/GBARunner2/tree/wifi_link) branch to use the features. You can find detailed instructions on how to setup the builds on its [GBAtemp Wiki page](https://wiki.gbatemp.net/wiki/GBARunner2/Link).
|
||||
|
||||
@ -23,9 +23,6 @@ If the server says it's an nds-bootstrap issue, check if the game hasn't been re
|
||||
|
||||
Also, make sure you add it to the [compatibility list](https://wiki.ds-homebrew.com/nds-bootstrap/testing) on Google Sheets.
|
||||
|
||||
#### Why doesn't multiplayer work?
|
||||
This is a [known issue](https://github.com/DS-Homebrew/nds-bootstrap/issues/553) with cloneboot. Please wait for a fix.
|
||||
|
||||
#### Why are there issues with ROM loading, even though they're run natively?
|
||||
nds-bootstrap patches the ROM functions to run from an SD card, as the ROMs are hardcoded to read from Slot-1.
|
||||
There are also timing issues and AP measures (which most are already removed), both of which would cause the ROMs to not work properly.
|
||||
|
||||
@ -13,5 +13,5 @@ To view tested games, look [here](https://docs.google.com/spreadsheets/d/1LRTkXO
|
||||
- Look for screen flickering or sound issues
|
||||
- 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
|
||||
- Try different settings for running the game (ARM9 CPU Speed, Card read DMA, etc)
|
||||
- Try different settings for running the game (ARM9 CPU Speed, Card read DMA, Asych card read, etc)
|
||||
- Be thorough
|
||||
|
||||
@ -63,26 +63,26 @@ No, this is not an emulator. The menu and DS games (loaded via nds-bootstrap) ar
|
||||
|
||||
#### What systems does TWiLight Menu++ support?
|
||||
|
||||
| Format | Loader | Extensions | Save file |
|
||||
| ----------------------- | ------------------------------------------------ | -------------------------------------- | ---------------------------------- |
|
||||
| ARGV[^1] | Native | `.argv` | |
|
||||
| Atari 2600 | [StellaDS][stellads] | `.a26` | |
|
||||
| Atari 5200 | [A5200DS][a5200ds] | `.a52` | |
|
||||
| Atari 7800 | [A7800DS][a7800ds] | `.a78` | |
|
||||
| Atari XEGS | [XEGS-DS][xegs-ds] | `.xex`, `.atr` | |
|
||||
| DS | [nds-bootstrap][ndsbs], flashcard kernel, native | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `saves/[rom name].sav`[^2] |
|
||||
| DSiWare | [Unlaunch][unlaunch], [nds-bootstrap][ndsbs] | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `[rom name].pub`, `[rom name].prv` |
|
||||
| DSTWO Plugin | [DSTWO][dstwo][^3] | `.plg` | |
|
||||
| Game Boy (Color) | [GameYob][gameyob] | `.gb`, `.sgb`, `.gbc` | `[rom name].sav` |
|
||||
| Game Boy Advance | [GBARunner2][gbarunner2][^4], native[^5] | `.agb`, `.gba`, `.mb` | `[rom name].sav` |
|
||||
| Game Gear | [S8DS][s8ds] | `.gg` | `[rom name].gg.sav` |
|
||||
| Genesis/Mega Drive | [jEnesisDS][jenesis], [PicoDriveTWL][pdtwl] | `.gen` | `[rom name].srm`[^6] |
|
||||
| Master System | [S8DS][s8ds] | `.sms` | `[rom name].sms.sav` |
|
||||
| MPEG4 Video | [MPEG4 Player][mpeg4player] | `.mp4` | |
|
||||
| NES/Famicom | [nesDS][nesds] | `.nes`, `.fds` | `[rom name].sav` |
|
||||
| PC Engine/TurboGrafx-16 | [NitroGrafx][nitrografx] | `.pce` | |
|
||||
| RVID Video | [Rocket Video Player][rvidplayer] | `.rvid` | |
|
||||
| SNES[^7] | [SNEmulDS][snemulds] | `.smc`, `.sfc` | `[rom name].srm`[^8] |
|
||||
| Format | Loader | Extensions | Save file |
|
||||
| ----------------------- | ------------------------------------------------ | -------------------------------------- | ------------------------------------------------- |
|
||||
| ARGV[^1] | Native | `.argv` | |
|
||||
| Atari 2600 | [StellaDS][stellads] | `.a26` | |
|
||||
| Atari 5200 | [A5200DS][a5200ds] | `.a52` | |
|
||||
| Atari 7800 | [A7800DS][a7800ds] | `.a78` | |
|
||||
| Atari XEGS | [XEGS-DS][xegs-ds] | `.xex`, `.atr` | |
|
||||
| DS | [nds-bootstrap][ndsbs], flashcard kernel, native | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `saves/[rom name].sav`[^2] |
|
||||
| DSiWare | [Unlaunch][unlaunch], [nds-bootstrap][ndsbs] | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `saves/[rom name].pub`, `saves/[rom name].prv`[^2]|
|
||||
| DSTWO Plugin | [DSTWO][dstwo][^3] | `.plg` | |
|
||||
| Game Boy (Color) | [GameYob][gameyob] | `.gb`, `.sgb`, `.gbc` | `[rom name].sav` |
|
||||
| Game Boy Advance | [GBARunner2][gbarunner2][^4], native[^5] | `.agb`, `.gba`, `.mb` | `[rom name].sav` |
|
||||
| Game Gear | [S8DS][s8ds] | `.gg` | `[rom name].gg.sav` |
|
||||
| Genesis/Mega Drive | [jEnesisDS][jenesis], [PicoDriveTWL][pdtwl] | `.gen` | `[rom name].srm`[^6] |
|
||||
| Master System | [S8DS][s8ds] | `.sms` | `[rom name].sms.sav` |
|
||||
| MPEG4 Video | [MPEG4 Player][mpeg4player] | `.mp4` | |
|
||||
| NES/Famicom | [nesDS][nesds] | `.nes`, `.fds` | `[rom name].sav` |
|
||||
| PC Engine/TurboGrafx-16 | [NitroGrafx][nitrografx] | `.pce` | |
|
||||
| RVID Video | [Rocket Video Player][rvidplayer] | `.rvid` | |
|
||||
| SNES[^7] | [SNEmulDS][snemulds] | `.smc`, `.sfc` | `[rom name].srm`[^8] |
|
||||
{:.table}
|
||||
|
||||
[a5200ds]: https://github.com/wavemotion-dave/A5200DS
|
||||
|
||||
@ -11,10 +11,10 @@ tabs:
|
||||
manual: Manual
|
||||
---
|
||||
|
||||
If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
|
||||
If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS ROMs.
|
||||
{:.alert .alert-info}
|
||||
|
||||
If updating from a version older than v21.0.0, please move your `.pub` and/or `.prv` files for DSiWare titles to a new folder called `saves`, with the `saves` folder being in the same place as the DSiWare roms.
|
||||
If updating from a version older than v21.0.0, please move your `.pub` and/or `.prv` files for DSiWare titles to a new folder called `saves`, with the `saves` folder being in the same place as the DSiWare ROMs.
|
||||
{:.alert .alert-info}
|
||||
|
||||
{% capture tab-universal-updater %}
|
||||
|
||||
@ -8,10 +8,10 @@ long_title: Updating TWiLight Menu++ (DSi)
|
||||
description: How to update TWiLight Menu++ on the Nintendo DSi
|
||||
---
|
||||
|
||||
If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
|
||||
If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS ROMs.
|
||||
{:.alert .alert-info}
|
||||
|
||||
If updating from a version older than v21.0.0, please move your `.pub` and/or `.prv` files for DSiWare titles to a new folder called `saves`, with the `saves` folder being in the same place as the DSiWare roms.
|
||||
If updating from a version older than v21.0.0, please move your `.pub` and/or `.prv` files for DSiWare titles to a new folder called `saves`, with the `saves` folder being in the same place as the DSiWare ROMs.
|
||||
{:.alert .alert-info}
|
||||
|
||||
### Updating
|
||||
|
||||
@ -8,10 +8,10 @@ long_title: Updating TWiLight Menu++ (Flashcard)
|
||||
description: How to update TWiLight Menu++ on a Nintendo DS flashcard
|
||||
---
|
||||
|
||||
If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
|
||||
If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS ROMs.
|
||||
{:.alert .alert-info}
|
||||
|
||||
If updating from a version older than v21.0.0, please move your `.pub` and/or `.prv` files for DSiWare titles to a new folder called `saves`, with the `saves` folder being in the same place as the DSiWare roms.
|
||||
If updating from a version older than v21.0.0, please move your `.pub` and/or `.prv` files for DSiWare titles to a new folder called `saves`, with the `saves` folder being in the same place as the DSiWare ROMs.
|
||||
{:.alert .alert-info}
|
||||
|
||||
### Updating
|
||||
|
||||
Loading…
Reference in New Issue
Block a user