Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
72 stars 8 forks source link

Xbox: Support launching ISOs from XBE Browser #26

Closed GXTX closed 1 year ago

GXTX commented 1 year ago

Doesn't check if the kernel the user is using supports it, and currently does not support split ISOs (however Stellar seems to boot fine by only passing a single argument). Split ISOs were giving me a headache trying to be 'smart' with it by getting a directory listing instead of stupidly checking if name + 1.iso exists.

Ryzee119 commented 1 year ago

Cool thanks, Ill merge as is and look at adding split iso support soon.

I will also add checks and return errors if the user is not runnign a compatible bios etc.