Add save files column

This commit is contained in:
Pk11 2021-01-21 16:08:44 -06:00
parent d3144c2923
commit 37d29dcddc

View File

@ -51,41 +51,47 @@ A:
1. Change the first option until you see the language you want, then exit settings
- You may also want to change the next two options as they control the language of DS games and their titles in TWiLight Menu++
#### Q: What file extensions can I use for ROMs in TWiLight Menu++?
#### Q: What systems does TWiLight Menu++ support?
A:
| Console | Loader | Extensions |
| ------------------------- | ---------------------------------- | -------------------------------------- |
| [ARGV][nds-hb-menu-argv] | Native | `.argv` |
| Atari 2600 | [StellaDS][stellads] | `.a26` |
| Atari 5200 | [A5200DS][a5200ds] | `.a52` |
| Atari 7800 | [A7800DS][a7800ds] | `.a78` |
| DS | [nds-bootstrap][nds-bootstrap] / Native | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` |
| DSTWO Plugin | [DSTWO][dstwo] (requires DSTWO flashcard) | `.plg` |
| Game Boy (Color) | [GameYob][gameyob] | `.gb`, `.sgb`, `.gbc` |
| Game Boy Advance | [GBARunner2][gbarunner2] | `.agb`, `.gba`, `.mb` |
| Game Gear | S8DS | `.gg` |
| Genesis / Mega Drive | jEnesisDS / [PicoDriveTWL][picodrivetwl] | `.gen` |
| Master System | S8DS | `.sms` |
| MPEG4 Video | [MPEG4 Player][mpeg4player] | `.mp4` |
| NES / Famicom | [nesDS][nesds] | `.nes`, `.fds` |
| PC Engine / TurboGrafx-16 | NitroGrafx | `.pce` |
| RVID Video | [Rocket Video Player][rvidplayer] | `.rvid` |
| SNES | SNEmulDS | `.smc`, `.sfc` |
| Console | Loader | Extensions | Save file |
| ------------------------- | ------------------------------------------------ | -------------------------------------- | -------------------------------------------------- |
| [ARGV][nds-hb-menu-argv] | Native | `.argv` | |
| Atari 2600 | [StellaDS][stellads] | `.a26` | |
| Atari 5200 | [A5200DS][a5200ds] | `.a52` | |
| Atari 7800 | [A7800DS][a7800ds] | `.a78` | |
| DS | [nds-bootstrap][ndsbs], flashcard kernel, native | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `saves/[rom name].sav`<br>(retail ROMs only) |
| DSiWare | [Unlaunch][unlaunch] | `.nds`, `.dsi`, `.ids`, `.srl`, `.app` | `[rom name].pub`, `[rom name].prv` |
| DSTWO Plugin | [DSTWO][dstwo] (requires DSTWO flashcard) | `.plg` | |
| Game Boy (Color) | [GameYob][gameyob] | `.gb`, `.sgb`, `.gbc` | `[rom name].sav` |
| Game Boy Advance | [GBARunner2][gbarunner2], native | `.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`<br>(flashcard only for jEnesisDS) |
| 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 | [SNEmulDS][snemulds] | `.smc`, `.sfc` | `[rom name].srm`<br>(flashcard only) |
[nds-hb-menu-argv]: https://github.com/devkitPro/nds-hb-menu#passing-arguments
[stellads]: https://github.com/wavemotion-dave/StellaDS
[a5200ds]: https://github.com/wavemotion-dave/A5200DS
[a7800ds]: https://github.com/wavemotion-dave/A7800DS
[nds-bootstrap]: https://github.com/DS-Homebrew/nds-bootstrap
[dstwo]: http://eng.supercard.sc
[gameyob]: https://github.com/Drenn1/GameYob
[gbarunner2]: https://github.com/Gericom/GBARunner2
[picodrivetwl]: https://github.com/DS-Homebrew/PicoDriveTWL
[jenesis]: https://www.gamebrew.org/wiki/JEnesisDS
[mpeg4player]: https://gbatemp.net/threads/544095
[ndsbs]: https://github.com/DS-Homebrew/nds-bootstrap
[nds-hb-menu-argv]: https://github.com/devkitPro/nds-hb-menu#passing-arguments
[nesds]: https://github.com/DS-Homebrew/NesDS
[nitrografx]: https://www.gamebrew.org/wiki/NitroGrafx
[pdtwl]: https://github.com/DS-Homebrew/PicoDriveTWL
[rvidplayer]: https://gbatemp.net/threads/539163
[s8ds]: https://www.gamebrew.org/wiki/S8DS
[snemulds]: https://www.gamebrew.org/wiki/SNEmulDS
[stellads]: https://github.com/wavemotion-dave/StellaDS
[unlaunch]: https://problemkaputt.de/unlaunch.htm
#### Q: Why isn't touch input working on sudokuhax?