mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
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)
|
||||
{
|
||||
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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user