Add .sav to DSiWare save file

B4DS mode uses `.sav`
This commit is contained in:
RocketRobz 2023-05-23 10:47:46 -06:00
parent 66e2658758
commit 672aabe78a

View File

@ -12,7 +12,7 @@ There are many emulators present for the DS and DSi. This page provides a compre
### List of systems supported by TWiLight Menu++
| Format | Loader | Extensions | Save file |
| ----------------------- | ------------------------------------------------ | -------------------------------------- | ---------------------------------------------- |
| ----------------------- | ------------------------------------------------ | -------------------------------------- | -------------------------------------------------------------------------- |
| ARGV[^1] | Native | `.argv` | |
| Atari 2600 | [StellaDS][stellads] | `.a26` | |
| Atari 5200 | [A5200DS][a5200ds] | `.a52` | |
@ -20,7 +20,7 @@ There are many emulators present for the DS and DSi. This page provides a compre
| Atari XEGS | [A8DS][a8ds] | `.xex`, `.atr` | |
| ColecoVision | [S8DS][s8ds], [ColecoDS][colecods] | `.col` | |
| 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` |
| DSiWare | [Unlaunch][unlaunch], [nds-bootstrap][ndsbs] | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `saves/[rom name].pub`, `saves/[rom name].prv`, `saves/[rom name].sav`[^7] |
| 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` |
@ -45,6 +45,7 @@ There are many emulators present for the DS and DSi. This page provides a compre
[^4]: When running in DSi Mode, it can use the DSP for better sound
[^5]: Requires a Slot-2 flashcart and thus only works on DS Phat and DS Lite
[^6]: jEnesis can only save when running from a flashcard, but PicoDriveTWL can save from SD and flashcard
[^7]: Only when running in B4DS mode
- Footnotes -
{:footnotes}