Closed trevor403 closed 1 year ago
Would you be willing to compile and upload the new cubeboot.dol and cubeboot.ini files? I am having issues trying to compiling the source code makefile's as it can't find my python path. I am new to using python and devkitpro.
@trevor403
@trevor403 Do you plan to release a compiled Version of 0.1.4? I do not have the possibility to compile it by myself.
[0.1.4] - Boot Held Button Programs
Details
This build includes custom program loading, PAL 480p and optional boot delays.
Custom program loading by be of use if you boot homebrew from one of the existing defaults and need to specify an alternative. It can also be helpful if you prefer to use your cube exclusively for GBI without needing a loader.
Boot Delays are a new optional feature that can delay cubeboot before the animation begins or after it finishes (and leave it on screen for an extended period). You may want to use preboot delay to wait for your TV to detect the video source. Additionally you may be interested in a postboot delay to emulate the load times you would usually see when booting a disc.
Usage:
B.dol
andSTART.dol
button_x = test.dol
set incubeboot.ini
preboot_delay_ms = 500
(time in milliseconds)postboot_delay_ms = 3000
(time in milliseconds)force_progressive = 1
set incubeboot.ini
default_program = swiss.dol
set incubeboot.ini
Use-cases:
.cli
files)button_name = something.dol
preboot_delay_ms
to wait for your TV to sync to the input sourcepostboot_delay_ms
setting exists exclusively for flair. It can help recover the feeling of waiting for a game to loadboot.dol
andautoexec.dol
you can set your own default with thedefault_program
settingExpected behavior:
Y.dol
andtest.dol
on the SD withbutton_y = test.dol
incubeboot.ini
, this should boottest.dol
This release includes the following enhancements:
It also fixes the following bugs: