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

Feature: Add extended partition support #22

Closed LoveMHz closed 1 year ago

LoveMHz commented 1 year ago

This adds extended partition support based on past homebrew naming schemes.

In addition, the FTP root directory look-up has been extended to only return drives that are mounted.

And lastly, this PR changes the default root/launch drive from A to Q to avoid a conflict with partition 12. This part needs to be tested a bit more as I'm not completely familiar with the parts of the code base that it touches.

Ryzee119 commented 1 year ago

Cool thanks I'll give it a test and merge!