mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 08:39:05 +00:00
Fix a few problems.
This commit is contained in:
@@ -57,7 +57,7 @@ void FTPScreen::Draw(void) const
|
||||
Gui::DrawTop();
|
||||
Gui::DrawString((400-Gui::GetStringWidth(0.8f, Lang::get("FTP_MODE")))/2, 0, 0.8f, Config::TxtColor, Lang::get("FTP_MODE"), 400);
|
||||
Gui::DrawBottom();
|
||||
Gui::DrawArrow(0, 242, 270.0);
|
||||
Gui::DrawArrow(0, 218, 0, 1);
|
||||
ret = ACU_GetWifiStatus(&wifiStatus);
|
||||
|
||||
if ((wifiStatus != 0) && R_SUCCEEDED(ret)) {
|
||||
|
||||
Reference in New Issue
Block a user