From d61d703d33d8bcd55c46c15ec3d1583f19a3df0b Mon Sep 17 00:00:00 2001 From: Andre Leiradella Date: Fri, 6 Nov 2015 17:37:06 -0200 Subject: [PATCH] added log message when the core doesn't support cheevos --- cheevos.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cheevos.c b/cheevos.c index b269ba19a1..dee4293171 100644 --- a/cheevos.c +++ b/cheevos.c @@ -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. */