niuus / WiiSXRX

Fork of wiisxr (a port of PCSX-R), a PSX emulator for the Gamecube / Wii / Wii U

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiiFlow plugin config

Floppy opened this issue · comments

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}

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

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 :)