Remove "This game doesn't feature achievements" message
This commit is contained in:
parent
3ca57ddd84
commit
9970e9c089
|
@ -2149,9 +2149,7 @@ bool cheevos_load(const void *data)
|
||||||
if (game_id)
|
if (game_id)
|
||||||
goto found;
|
goto found;
|
||||||
}
|
}
|
||||||
|
|
||||||
runloop_msg_queue_push("This game doesn't feature achievements",
|
|
||||||
0, 5 * 60, false);
|
|
||||||
RARCH_LOG("CHEEVOS this game doesn't feature achievements\n");
|
RARCH_LOG("CHEEVOS this game doesn't feature achievements\n");
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue