Skip to content

Wii64 1.3-20211222 with WiiFlow compatibility (Beta 1)

Compare
Choose a tag to compare
@saulfabregwiivc saulfabregwiivc released this 17 Mar 23:32
· 26 commits to wii64-wiiflow since this release
1130842

This mod of Wii64 Beta 1.3-20211222 lets you autolaunch N64 ROMs on Wii64 (on both glN64 and Rice plugins) by using arguments: first argument for the path where is the ROM stored, and the second argument for indicate the ROM file to launch, which makes this compatible with WiiFlow and making your custom Single ROM Loaders for N64 games.

Usage: Add this to the meta.xml file of Wii64 and modify the values of the arguments with yours for your game:
Code:
<arguments>
<arg>{device}:/{path_of_ROM}</arg>
<arg>{ROM_file}</arg>
</arguments>

For example:
Code:
<arguments>
<arg>sd:/apps/wii64_singlegame/rom</arg>
<arg>SuperMario64.z64</arg>
</arguments>

More info here: https://gbatemp.net/threads/wii64-beta-1-3-with-wiiflow-compatibility.609418/

Credits:
@emukidid - Original Wii64 1.3
@FIX94 - Wii U GamePad support and WiiFlow compatibility
@Extrems - Not64 and its fixes

@saulfabregwiivc