Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[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: