mGalaxy forum

General Discussions => General Discussion => Topic started by: LogicallyUnfit on December 19, 2021, 10:10:07 PM

Title: Dolphin New File Versions.
Post by: LogicallyUnfit on December 19, 2021, 10:10:07 PM
Just a Heads up, Dolphin v 5.0-12188 ( almost a year and a half ago ) added support for WIA(Lossy) and RVZ(Lossless) formats for GameCube and Wii games.

Updating the systems section in emulators.xml as follows should add support. :D
Code: [Select]
<Emulator name="Dolphin" hidden="false">
<Systems>
<System name="Nintendo Gamecube" option="" script="false" cmd="-e &quot;%path\%file%ext&quot; -b" extensions=".rvz,.wia,.ciso,.dol,.elf,.gcm,.gcz,.iso,.wad,.wbfs"/>
<System name="Nintendo Wii" option="" script="false" cmd="-e &quot;%path\%file%ext&quot; -b" extensions=".rvz,.wia,.ciso,.dol,.elf,.gcm,.gcz,.iso,.wad,.wbfs"/>
</Systems>
Title: Re: Dolphin New File Versions.
Post by: mgalaxy on December 22, 2021, 02:53:50 AM
Thanks for the info!