mirror of
https://github.com/wiiu-env/AromaUpdater.git
synced 2024-12-25 12:31:55 +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() {
|
||||
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::setFontSize(30);
|
||||
DrawUtils::print(16, 90, "Warning");
|
||||
|
Loading…
Reference in New Issue
Block a user