Author Topic: Dolphin New File Versions.  (Read 2553 times)

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1168
    • Email
Re: Dolphin New File Versions.
« Reply #2 on: December 22, 2021, 02:53:50 AM »
Thanks for the info!

LogicallyUnfit

  • Newbie
  • *
  • Posts: 2
Dolphin New File Versions.
« Reply #1 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>