mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2024-11-16 16:29:14 +01:00
Change "Tiramisu Boot Selector" to "Boot Selector"
This commit is contained in:
parent
dc0086ca75
commit
16b7574094
@ -142,7 +142,7 @@ int32_t handleMenuScreen(std::string &configPath, int32_t autobootOptionInput, b
|
||||
// draw top bar
|
||||
DrawUtils::setFontSize(24);
|
||||
DrawUtils::drawPNG(16, 2, icon_png);
|
||||
DrawUtils::print(64 + 2, 6 + 24, "Tiramisu Boot Selector");
|
||||
DrawUtils::print(64 + 2, 6 + 24, "Boot Selector");
|
||||
DrawUtils::drawRectFilled(8, 8 + 24 + 4, SCREEN_WIDTH - 8 * 2, 3, COLOR_WHITE);
|
||||
|
||||
// draw bottom bar
|
||||
|
Loading…
Reference in New Issue
Block a user