added log message when the core doesn't support cheevos

This commit is contained in:
Andre Leiradella 2015-11-06 17:37:06 -02:00
parent b58ee6c29d
commit d61d703d33

View File

@ -1792,7 +1792,8 @@ int cheevos_load(const struct retro_game_info *info)
if (!memory)
{
rarch_main_msg_queue_push("This core doesn't support achievements", 0, 5 * 60, false);
//return -1;
RARCH_LOG("This core doesn't support achievements\n");
return -1;
}
/* The the supported extensions as a hint to what method we should use. */