mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-22 02:49:16 +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::initFont();
|
||||
|
||||
uint32_t selected = 0;
|
||||
uint32_t selected = autobootOptionInput > 0 ? autobootOptionInput : 0;
|
||||
int autoboot = autobootOptionInput;
|
||||
bool redraw = true;
|
||||
while (true) {
|
||||
|
Loading…
Reference in New Issue
Block a user