emukidid / pcsxgc

A port of the PS1 emulator, PCSX, to the Nintendo GC/Wii
117 stars 7 forks source link

WiiFlow support for autoboot games via arguments in WiiSX 4.0 (Wiimpathy) #32

Open saulfabregwiivc opened 1 year ago

saulfabregwiivc commented 1 year ago

With WiiSX Beta 4.0 (https://github.com/emukidid/pcsxgc/releases/tag/Beta_4.0), my old PR for add WiiFlow support (https://github.com/emukidid/pcsxgc/pull/10) is now obsolete.

Basing on latest WiiSX 4.0, i decided to try again to add WiiFlow support, for autolaunch PlayStation 1 games automatically at startup when passing two arguments, first one with the game path and the second one with the game file to load.

Usage in meta.xml:

<arguments>
<arg>sd:/wiisx/isos</arg>
<arg>CrashBandicoot.cue</arg>
</arguments>

Hope this can be merged soon :D