This commit is contained in:
laz 2025-02-20 11:12:07 +01:00
parent c30bb0e2aa
commit 423903dde1

View file

@ -45,24 +45,24 @@ Should be put under the `retrodeck/roms/wii/` directory.
## What file formats does Dolphin / Primehack support? ## What file formats does Dolphin / Primehack support?
``` | File Format | Description |
.ciso |-------------|-------------|
.dff | .ciso | Compressed ISO image file |
.dol | .dff | Digital Forensics File |
.elf | .dol | GameCube executable file |
.gcm | .elf | Executable and Linkable Format |
.gcz | .gcm | GameCube disc image file |
.iso | .gcz | Compressed GameCube disc image |
.json | .iso | Standard ISO disc image |
.m3u | .json | JavaScript Object Notation file |
.rvz | .m3u | Playlist file |
.tgc | .rvz | Compressed GameCube/Wii disc image |
.wad | .tgc | GameCube disc image format |
.wbfs | .wad | WiiWare and Virtual Console game file |
.wia | .wbfs | Wii Backup File System image |
.7z | .wia | Compressed Wii disc image |
.zip | .7z | Compressed archive file |
``` | .zip | Compressed archive file |
**NOTE:** **NOTE:**