mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-17 16:24:00 +00:00
Merge pull request #4167 from meleu/patch-3
cheevos.c: avoid excessive login error information
This commit is contained in:
commit
7d69a635d5
@ -1865,9 +1865,6 @@ static int cheevos_login(retro_time_t *timeout)
|
||||
|
||||
runloop_msg_queue_push("Retro Achievements login error.",
|
||||
0, 5 * 60, false);
|
||||
runloop_msg_queue_push(
|
||||
"Please make sure your account information is correct.",
|
||||
0, 5 * 60, false);
|
||||
RARCH_ERR("CHEEVOS error getting user token.\n");
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user