mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2025-01-23 09:31:13 +01:00
Use bulleye char for checkbox
This commit is contained in:
parent
87ca550b61
commit
9987fec53c
@ -71,7 +71,9 @@ void ConfigRenderer::drawConfigEntry(uint32_t yOffset, const GeneralConfigInform
|
|||||||
if (mSetActivePluginsMode) {
|
if (mSetActivePluginsMode) {
|
||||||
DrawUtils::setFontSize(24);
|
DrawUtils::setFontSize(24);
|
||||||
if (isActive) {
|
if (isActive) {
|
||||||
DrawUtils::print(textXOffset, yOffset + 8 + 24, "x");
|
DrawUtils::print(textXOffset, yOffset + 8 + 24, "\u25C9");
|
||||||
|
} else {
|
||||||
|
DrawUtils::print(textXOffset, yOffset + 8 + 24, "\u25CE");
|
||||||
}
|
}
|
||||||
textXOffset += 32;
|
textXOffset += 32;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user