niuus / WiiSXRX

Fork of wiisxr (a port of PCSX-R), a PSX emulator for the Gamecube / Wii / Wii U
GNU General Public License v3.0
151 stars 11 forks source link

WiiFlow plugin config #12

Closed Floppy closed 3 years ago

Floppy commented 3 years ago

I'm trying to set up WiiSXRX as a WiiFlow plugin, which I believe should work as of the last release with autoboot? Only problem is I can't get the plugin file right, because nothing runs. Do you have a known-good plugin config that you could share? I'll happily write it up into the README once I get it working 😃

This is the plugin file I'm currently using, with boot.dol copied into the folder as wiisxrx.dol:

[PLUGIN]
displayname=WiiSXRX
magic=57435498
coverfolder=wiisxrx
dolfile=wiisxrx.dol
romdir=wiisxrx/isos
filetypes=.bin|.img|.iso|.cdi
consolecoverid=Sony
covercolor=000000
bannersound=PS1.ogg
arguments={device}:/{path}|{name}
Floppy commented 3 years ago

I have just realised that magic number is gibberish, I'm changing it to 57535258 (WSRX) and will see what happens.

Floppy commented 3 years ago

I found I had an old copy of the master plugin pack, and the new one has a working plugin in it, so ignore this. Thanks for your work though :)