Page 1 of 1

Dolphin New File Versions.

Posted: Mon Dec 20, 2021 4:10 am
by LogicallyUnfit
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 all

	<Emulator name="Dolphin" hidden="false">
		<Systems>
			<System name="Nintendo Gamecube" option="" script="false" cmd="-e "%path\%file%ext" -b" extensions=".rvz,.wia,.ciso,.dol,.elf,.gcm,.gcz,.iso,.wad,.wbfs"/>
			<System name="Nintendo Wii" option="" script="false" cmd="-e "%path\%file%ext" -b" extensions=".rvz,.wia,.ciso,.dol,.elf,.gcm,.gcz,.iso,.wad,.wbfs"/>
		</Systems>

Re: Dolphin New File Versions.

Posted: Wed Dec 22, 2021 8:53 am
by mgalaxy
Thanks for the info!