Dolphin New File Versions.

Feel free to talk about anything and everything in this board.
Post Reply
LogicallyUnfit
Newbie
Newbie
Posts: 2
Joined: Tue Apr 06, 2021 3:25 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 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>
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Thanks for the info!
Post Reply