mirror of
https://github.com/wiiu-env/AromaUpdater.git
synced 2025-01-12 21:09:08 +01:00
Avoid screen flickering when launching from Tiramisu
This commit is contained in:
parent
88aaba9854
commit
ce617aeb67
@ -61,7 +61,7 @@ ApplicationState::eSubState UpdaterState::UpdateCheckEnvironmentDirectory(Input
|
|||||||
}
|
}
|
||||||
|
|
||||||
void UpdaterState::RenderCheckEnvironmentDirectory() {
|
void UpdaterState::RenderCheckEnvironmentDirectory() {
|
||||||
if (!this->mCurEnvironmentPath.empty() && this->mCurEnvironmentPath != DEFAULT_AROMA_ENVIRONMENT_SD_PATH) {
|
if (!this->mCurEnvironmentPath.empty() && this->mCurEnvironmentPath != DEFAULT_AROMA_ENVIRONMENT_SD_PATH && (this->mCurEnvironmentPath != DEFAULT_TIRAMISU_ENVIRONMENT_SD_PATH)) {
|
||||||
DrawUtils::setFontColor(COLOR_RED);
|
DrawUtils::setFontColor(COLOR_RED);
|
||||||
DrawUtils::setFontSize(30);
|
DrawUtils::setFontSize(30);
|
||||||
DrawUtils::print(16, 90, "Warning");
|
DrawUtils::print(16, 90, "Warning");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user