mirror of https://github.com/PCSX2/pcsx2.git
Acheivements: Make login progress indeterminate
It doesn't have a percentage.
This commit is contained in:
parent
ea45025bf9
commit
e744fe666b
|
@ -954,7 +954,7 @@ bool Achievements::LoginAsync(const char* username, const char* password)
|
||||||
|
|
||||||
if (FullscreenUI::IsInitialized())
|
if (FullscreenUI::IsInitialized())
|
||||||
{
|
{
|
||||||
ImGuiFullscreen::OpenBackgroundProgressDialog("cheevos_async_login", "Logging in to RetroAchievements...", 0, 1, 0);
|
ImGuiFullscreen::OpenBackgroundProgressDialog("cheevos_async_login", "Logging in to RetroAchievements...", 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
SendLogin(username, password, s_http_downloader.get(), LoginASyncCallback);
|
SendLogin(username, password, s_http_downloader.get(), LoginASyncCallback);
|
||||||
|
|
Loading…
Reference in New Issue