You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With v0.1.4 I have my cubeboot setup to load swiss.dol, and I also setup custom program boots via other button presses. In addition, I'd like the ability to load a physical disc or the native boot menu via keywords in cubeboot.ini.
This would allow me to load a physical disc or manage system options/memory cards via the official menu without having to first load swiss and then back out.
Where menu loads the default gamecube menu and disc attempts to load a physical disc present in the disc drive.
I'm assuming at least the menu keyword would be possible considering swiss has a function that allows you to quit swiss to the gc menu.
Describe alternatives you've considered
Load swiss and then navigate the swiss menu to back out to the gamecube menu. This is certainly doable, but not desirable. I'd like to skip this step when I have a disc or menu task I'd like to execute.
Figure out how to build my own custom .dols that load the menu/disc drive and load them with button_start = menu.dol or button_up = disc.dol. This is probably out of my wheel house personally.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
With
v0.1.4
I have my cubeboot setup to loadswiss.dol
, and I also setup custom program boots via other button presses. In addition, I'd like the ability to load a physical disc or the native boot menu via keywords incubeboot.ini
.This would allow me to load a physical disc or manage system options/memory cards via the official menu without having to first load swiss and then back out.
Describe the solution you'd like
I'm imagining a config like the following:
Where
menu
loads the default gamecube menu anddisc
attempts to load a physical disc present in the disc drive.I'm assuming at least the
menu
keyword would be possible considering swiss has a function that allows you to quit swiss to the gc menu.Describe alternatives you've considered
.dol
s that load the menu/disc drive and load them withbutton_start = menu.dol
orbutton_up = disc.dol
. This is probably out of my wheel house personally.The text was updated successfully, but these errors were encountered: