added log message when the core doesn't support cheevos
This commit is contained in:
parent
b58ee6c29d
commit
d61d703d33
|
@ -1792,7 +1792,8 @@ int cheevos_load(const struct retro_game_info *info)
|
||||||
if (!memory)
|
if (!memory)
|
||||||
{
|
{
|
||||||
rarch_main_msg_queue_push("This core doesn't support achievements", 0, 5 * 60, false);
|
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. */
|
/* The the supported extensions as a hint to what method we should use. */
|
||||||
|
|
Loading…
Reference in New Issue