ekeeke / Genesis-Plus-GX

An enhanced port of Genesis Plus - accurate & portable Sega 8/16 bit emulator
Other
676 stars 194 forks source link

[GameCube] GCLoader Support #405

Closed Bartman3010 closed 2 years ago

Bartman3010 commented 2 years ago

Would it be possible to add support to read and write to the GCLoader? It replaces the entire DVD drive and is capable of reading and writing to SD cards. As far as I'm aware, Swiss is the only homebrew app that currently supports reading and writing to the GCLoader.

Attempting to load any ROMs or ISOs shows an error "Unable to open directory !" when launched from Swiss via the GC Loader.

ekeeke commented 2 years ago

Sorry but it won't happen unless a gc-loader driver is added in libogc/libfat first. Swiss most likely uses his own custom drivers and specific low level code but I personally have neither time or motivation to do this. Pull requests are welcome though so anyone really wanting this could submit the required code changes and I would merge it if implemented properly.