Display Loading Screenshot... if fetching.
ALSO: Add Stack Theme and increase the depth of the grid selector from 2 to 3.
This commit is contained in:
parent
4f89ade8b4
commit
afe9ef9aa5
14 changed files with 54 additions and 17 deletions
|
|
@ -47,6 +47,13 @@ void StoreUtils::DrawScreenshotMenu(const C2D_Image &img, const int sIndex, cons
|
|||
Gui::ScreenDraw(Top);
|
||||
Gui::Draw_Rect(0, 0, 400, 240, GFX::Themes[GFX::SelectedTheme].BGColor);
|
||||
|
||||
if (sFetch) {
|
||||
Animation::QueueEntryDone();
|
||||
GFX::DrawBottom();
|
||||
Gui::DrawStringCentered(0, 2, 0.6f, GFX::Themes[GFX::SelectedTheme].TextColor, Lang::get("LOADING_SCREENSHOT"), 310);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!canDisplay) {
|
||||
Animation::QueueEntryDone();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue