mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-25 20:16:58 +01:00
Pre-select the autoboot option
This commit is contained in:
parent
466b42674c
commit
fb5cf55dd6
@ -270,7 +270,7 @@ int32_t handleMenuScreen(int32_t autobootOptionInput) {
|
|||||||
DrawUtils::initBuffers(screenBuffer, tvBufferSize, screenBuffer + tvBufferSize, drcBufferSize);
|
DrawUtils::initBuffers(screenBuffer, tvBufferSize, screenBuffer + tvBufferSize, drcBufferSize);
|
||||||
DrawUtils::initFont();
|
DrawUtils::initFont();
|
||||||
|
|
||||||
uint32_t selected = 0;
|
uint32_t selected = autobootOptionInput > 0 ? autobootOptionInput : 0;
|
||||||
int autoboot = autobootOptionInput;
|
int autoboot = autobootOptionInput;
|
||||||
bool redraw = true;
|
bool redraw = true;
|
||||||
while (true) {
|
while (true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user