Remove "This game doesn't feature achievements" message

This commit is contained in:
Rob Loach 2016-06-13 11:59:11 -04:00
parent 3ca57ddd84
commit 9970e9c089
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A

View File

@ -2149,9 +2149,7 @@ bool cheevos_load(const void *data)
if (game_id)
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");
return false;