mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Documentation update.
This commit is contained in:
parent
90f4fc09a4
commit
47502c06fa
|
@ -126,9 +126,9 @@ v1.2 maintenance release. Some minor bugs were fixed but most importantly this r
|
||||||
|
|
||||||
### Detailed list of changes
|
### Detailed list of changes
|
||||||
|
|
||||||
* Added support for the standalone emulators Citra, Dolphin, DuckStation, MAME, melonDS, mGBA, Mupen64Plus, PPSSPP, Redream and VBA-M
|
* Added support for the standalone emulators Citra, Dolphin, DuckStation, MAME, melonDS, mGBA, Mupen64Plus, PPSSPP, Redream, Ryujinx and VBA-M
|
||||||
* Added support for the standalone emulators sixtyforce and xemu on macOS
|
* Added support for the standalone emulators sixtyforce and xemu specifically for macOS
|
||||||
* Added support for the standalone emulator Cemu on Windows
|
* Added support for the standalone emulator Cemu specifically for Windows
|
||||||
* Added the .rvz file extension for the Dolphin emulator
|
* Added the .rvz file extension for the Dolphin emulator
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
|
@ -1749,6 +1749,7 @@ Dolphin-x64\Dolphin.exe
|
||||||
dosbox-staging\dosbox.exe
|
dosbox-staging\dosbox.exe
|
||||||
duckstation\duckstation-nogui-x64-ReleaseLTCG.exe
|
duckstation\duckstation-nogui-x64-ReleaseLTCG.exe
|
||||||
duckstation\duckstation-qt-x64-ReleaseLTCG.exe
|
duckstation\duckstation-qt-x64-ReleaseLTCG.exe
|
||||||
|
flycast\flycast.exe
|
||||||
mame\mame.exe
|
mame\mame.exe
|
||||||
melonDS\melonDS.exe
|
melonDS\melonDS.exe
|
||||||
mGBA\mGBA.exe
|
mGBA\mGBA.exe
|
||||||
|
@ -1757,6 +1758,7 @@ PCSX2\pcsx2.exe
|
||||||
PPSSPP\PPSSPPWindows64.exe
|
PPSSPP\PPSSPPWindows64.exe
|
||||||
redream\redream.exe
|
redream\redream.exe
|
||||||
RPCS3\rpcs3.exe
|
RPCS3\rpcs3.exe
|
||||||
|
ryujinx\Ryujinx.exe
|
||||||
VBA-M\visualboyadvance-m.exe
|
VBA-M\visualboyadvance-m.exe
|
||||||
xemu\xemu.exe
|
xemu\xemu.exe
|
||||||
xenia\xenia.exe
|
xenia\xenia.exe
|
||||||
|
@ -1770,6 +1772,7 @@ yuzu\yuzu-windows-msvc\yuzu.exe
|
||||||
..\dosbox-staging\dosbox.exe
|
..\dosbox-staging\dosbox.exe
|
||||||
..\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe
|
..\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe
|
||||||
..\duckstation\duckstation-qt-x64-ReleaseLTCG.exe
|
..\duckstation\duckstation-qt-x64-ReleaseLTCG.exe
|
||||||
|
..\flycast\flycast.exe
|
||||||
..\mame\mame.exe
|
..\mame\mame.exe
|
||||||
..\melonDS\melonDS.exe
|
..\melonDS\melonDS.exe
|
||||||
..\mGBA\mGBA.exe
|
..\mGBA\mGBA.exe
|
||||||
|
@ -1778,6 +1781,7 @@ yuzu\yuzu-windows-msvc\yuzu.exe
|
||||||
..\PPSSPP\PPSSPPWindows64.exe
|
..\PPSSPP\PPSSPPWindows64.exe
|
||||||
..\redream\redream.exe
|
..\redream\redream.exe
|
||||||
..\RPCS3\rpcs3.exe
|
..\RPCS3\rpcs3.exe
|
||||||
|
..\ryujinx\Ryujinx.exe
|
||||||
..\VBA-M\visualboyadvance-m.exe
|
..\VBA-M\visualboyadvance-m.exe
|
||||||
..\xemu\xemu.exe
|
..\xemu\xemu.exe
|
||||||
..\xenia\xenia.exe
|
..\xenia\xenia.exe
|
||||||
|
|
|
@ -26,6 +26,7 @@ The following operating systems have been tested (all for the x86 architecture u
|
||||||
* Linux Mint 20
|
* Linux Mint 20
|
||||||
* Manjaro 21
|
* Manjaro 21
|
||||||
* Fedora 35 Workstation
|
* Fedora 35 Workstation
|
||||||
|
* SteamOS 3.0
|
||||||
* elementary OS 6
|
* elementary OS 6
|
||||||
* Raspberry Pi OS 10 and 11 (armv7l and aarch64)
|
* Raspberry Pi OS 10 and 11 (armv7l and aarch64)
|
||||||
* FreeBSD 13.0
|
* FreeBSD 13.0
|
||||||
|
|
|
@ -39,6 +39,7 @@ The following operating systems have been tested (all for the x86 architecture u
|
||||||
* Linux Mint 20
|
* Linux Mint 20
|
||||||
* Manjaro 21
|
* Manjaro 21
|
||||||
* Fedora 35 Workstation
|
* Fedora 35 Workstation
|
||||||
|
* SteamOS 3.0
|
||||||
* elementary OS 6
|
* elementary OS 6
|
||||||
* Raspberry Pi OS 10 and 11 (armv7l and aarch64)
|
* Raspberry Pi OS 10 and 11 (armv7l and aarch64)
|
||||||
* FreeBSD 13.0
|
* FreeBSD 13.0
|
||||||
|
@ -514,8 +515,6 @@ Therefore all bundled emulator configuration entries that support AppImages will
|
||||||
|
|
||||||
As AppImages often embed version information into the actual filename, the bundled configuration uses wildcards to locate the files, such as `rpcs3*.AppImage` which would match the filename `rpcs3-v0.0.19-13103-cc21d1b3_linux64.AppImage` for instance. Note that if multiple files match the wildcard pattern, the first file returned by the operating system will be selected.
|
As AppImages often embed version information into the actual filename, the bundled configuration uses wildcards to locate the files, such as `rpcs3*.AppImage` which would match the filename `rpcs3-v0.0.19-13103-cc21d1b3_linux64.AppImage` for instance. Note that if multiple files match the wildcard pattern, the first file returned by the operating system will be selected.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This approach also works when using [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) which is recommended as it properly integrates AppImages into the application menu and such. When first launching an AppImage with AppImageLauncher installed a question will be asked whether to integrate the application. If accepting this, the AppImage will be moved to the `~/Applications` directory and a hash will be added to the filename, like in this example:
|
This approach also works when using [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) which is recommended as it properly integrates AppImages into the application menu and such. When first launching an AppImage with AppImageLauncher installed a question will be asked whether to integrate the application. If accepting this, the AppImage will be moved to the `~/Applications` directory and a hash will be added to the filename, like in this example:
|
||||||
```
|
```
|
||||||
rpcs3-v0.0.19-13103-cc21d1b3_linux64_54579676ed3fa60dafec7188286495e4.AppImage
|
rpcs3-v0.0.19-13103-cc21d1b3_linux64_54579676ed3fa60dafec7188286495e4.AppImage
|
||||||
|
@ -2057,7 +2056,7 @@ All emulators are RetroArch cores unless marked as **(Standalone**)
|
||||||
| atarilynx | Atari Lynx | Handy | Beetle Lynx | | |
|
| atarilynx | Atari Lynx | Handy | Beetle Lynx | | |
|
||||||
| atarist | Atari ST [also STE and Falcon] | Hatari | | | |
|
| atarist | Atari ST [also STE and Falcon] | Hatari | | | |
|
||||||
| atarixe | Atari XE | Atari800 | | | |
|
| atarixe | Atari XE | Atari800 | | | |
|
||||||
| atomiswave | Atomiswave | Flycast | | | |
|
| atomiswave | Atomiswave | Flycast | Flycast **(Standalone)** [UMW*] | | |
|
||||||
| bbcmicro | BBC Micro | _Placeholder_ | | | |
|
| bbcmicro | BBC Micro | _Placeholder_ | | | |
|
||||||
| c64 | Commodore 64 | VICE x64sc Accurate | VICE x64 Fast,<br>VICE x64 SuperCPU,<br>VICE x128,<br>Frodo | No | Single disk, tape or cartridge image in root folder and/or multi-disc images in separate folder |
|
| c64 | Commodore 64 | VICE x64sc Accurate | VICE x64 Fast,<br>VICE x64 SuperCPU,<br>VICE x128,<br>Frodo | No | Single disk, tape or cartridge image in root folder and/or multi-disc images in separate folder |
|
||||||
| cavestory | Cave Story (NXEngine) | NXEngine | | | |
|
| cavestory | Cave Story (NXEngine) | NXEngine | | | |
|
||||||
|
@ -2072,7 +2071,7 @@ All emulators are RetroArch cores unless marked as **(Standalone**)
|
||||||
| doom | Doom | PrBoom | | | |
|
| doom | Doom | PrBoom | | | |
|
||||||
| dos | DOS (PC) | DOSBox-Core | DOSBox-Pure,<br>DOSBox-SVN,<br>DOSBox Staging **(Standalone)** [UMW*] | No | In separate folder (one folder per game with complete file structure retained) |
|
| dos | DOS (PC) | DOSBox-Core | DOSBox-Pure,<br>DOSBox-SVN,<br>DOSBox Staging **(Standalone)** [UMW*] | No | In separate folder (one folder per game with complete file structure retained) |
|
||||||
| dragon32 | Dragon 32 | _Placeholder_ | | | |
|
| dragon32 | Dragon 32 | _Placeholder_ | | | |
|
||||||
| dreamcast | Sega Dreamcast | Flycast | Redream **(Standalone)** [UMW*] | No | In separate folder |
|
| dreamcast | Sega Dreamcast | Flycast | Flycast **(Standalone)** [UMW*],<br>Redream **(Standalone)** [UMW*] | No | In separate folder |
|
||||||
| epic | Epic Games Store | Epic Games Store application **(Standalone)** | | No | Shell script/batch file in root folder |
|
| epic | Epic Games Store | Epic Games Store application **(Standalone)** | | No | Shell script/batch file in root folder |
|
||||||
| famicom | Nintendo Family Computer | Nestopia UE | FCEUmm,<br>Mesen,<br>QuickNES | No | Single archive or ROM file in root folder |
|
| famicom | Nintendo Family Computer | Nestopia UE | FCEUmm,<br>Mesen,<br>QuickNES | No | Single archive or ROM file in root folder |
|
||||||
| fba | FinalBurn Alpha | FB Alpha 2012 | FB Alpha 2012 Neo Geo,<br>FB Alpha 2012 CPS-1,<br>FB Alpha 2012 CPS-2,<br>FB Alpha 2012 CPS-3 | Yes | Single archive file following MAME name standard in root folder |
|
| fba | FinalBurn Alpha | FB Alpha 2012 | FB Alpha 2012 Neo Geo,<br>FB Alpha 2012 CPS-1,<br>FB Alpha 2012 CPS-2,<br>FB Alpha 2012 CPS-3 | Yes | Single archive file following MAME name standard in root folder |
|
||||||
|
@ -2107,8 +2106,8 @@ All emulators are RetroArch cores unless marked as **(Standalone**)
|
||||||
| msx2 | MSX2 | blueMSX | fMSX | | |
|
| msx2 | MSX2 | blueMSX | fMSX | | |
|
||||||
| msxturbor | MSX Turbo R | blueMSX | | | |
|
| msxturbor | MSX Turbo R | blueMSX | | | |
|
||||||
| multivision | Othello Multivision | Gearsystem | | | |
|
| multivision | Othello Multivision | Gearsystem | | | |
|
||||||
| naomi | Sega NAOMI | Flycast | | | |
|
| naomi | Sega NAOMI | Flycast | Flycast **(Standalone)** [UMW*] | | |
|
||||||
| naomigd | Sega NAOMI GD-ROM | Flycast | | | |
|
| naomigd | Sega NAOMI GD-ROM | Flycast | Flycast **(Standalone)** [UMW*] | | |
|
||||||
| n3ds | Nintendo 3DS | Citra [UW],<br>Citra **(Standalone)** [M] | Citra 2018 [UW],<br>Citra **(Standalone)** [UW*] | No | Single ROM file in root folder |
|
| n3ds | Nintendo 3DS | Citra [UW],<br>Citra **(Standalone)** [M] | Citra 2018 [UW],<br>Citra **(Standalone)** [UW*] | No | Single ROM file in root folder |
|
||||||
| n64 | Nintendo 64 | Mupen64Plus-Next [UW],<br>ParaLLEl N64 [M] | ParaLLEl N64 [UW],<br>Mupen64Plus **(Standalone)** [UMW*],<br>sixtyforce **(Standalone)** [M] | No | Single archive or ROM file in root folder |
|
| n64 | Nintendo 64 | Mupen64Plus-Next [UW],<br>ParaLLEl N64 [M] | ParaLLEl N64 [UW],<br>Mupen64Plus **(Standalone)** [UMW*],<br>sixtyforce **(Standalone)** [M] | No | Single archive or ROM file in root folder |
|
||||||
| nds | Nintendo DS | DeSmuME | DeSmuME 2015,<br>melonDS,<br>melonDS **(Standalone)** [UMW*] | | |
|
| nds | Nintendo DS | DeSmuME | DeSmuME 2015,<br>melonDS,<br>melonDS **(Standalone)** [UMW*] | | |
|
||||||
|
@ -2154,7 +2153,7 @@ All emulators are RetroArch cores unless marked as **(Standalone**)
|
||||||
| stratagus | Stratagus Game Engine | _Placeholder_ | | | |
|
| stratagus | Stratagus Game Engine | _Placeholder_ | | | |
|
||||||
| sufami | Bandai SuFami Turbo | Snes9x - Current | Snes9x 2010,<br>bsnes,<br>bsnes-mercury Accuracy | | |
|
| sufami | Bandai SuFami Turbo | Snes9x - Current | Snes9x 2010,<br>bsnes,<br>bsnes-mercury Accuracy | | |
|
||||||
| supergrafx | NEC SuperGrafx | Beetle SuperGrafx | Beetle PCE | | |
|
| supergrafx | NEC SuperGrafx | Beetle SuperGrafx | Beetle PCE | | |
|
||||||
| switch | Nintendo Switch | Yuzu **(Standalone)** [UW] | | Yes | |
|
| switch | Nintendo Switch | Yuzu **(Standalone)** [UW] | Ryujinx **(Standalone)** [UW*] | Yes | |
|
||||||
| symbian | Symbian | _Placeholder_ | | | |
|
| symbian | Symbian | _Placeholder_ | | | |
|
||||||
| tanodragon | Tano Dragon | _Placeholder_ | | | |
|
| tanodragon | Tano Dragon | _Placeholder_ | | | |
|
||||||
| tg16 | NEC TurboGrafx-16 | Beetle PCE | Beetle PCE FAST | No | Single archive or ROM file in root folder |
|
| tg16 | NEC TurboGrafx-16 | Beetle PCE | Beetle PCE FAST | No | Single archive or ROM file in root folder |
|
||||||
|
|
|
@ -37,6 +37,7 @@ The following operating systems have been tested (all for the x86 architecture u
|
||||||
* Linux Mint 20
|
* Linux Mint 20
|
||||||
* Manjaro 21
|
* Manjaro 21
|
||||||
* Fedora 35 Workstation
|
* Fedora 35 Workstation
|
||||||
|
* SteamOS 3.0
|
||||||
* elementary OS 6
|
* elementary OS 6
|
||||||
* Raspberry Pi OS 10 and 11 (armv7l and aarch64)
|
* Raspberry Pi OS 10 and 11 (armv7l and aarch64)
|
||||||
* FreeBSD 13.0
|
* FreeBSD 13.0
|
||||||
|
|
Loading…
Reference in a new issue