From 28630a9feb62c133abf5e48b23be7fdb8ade6296 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 6 Oct 2013 18:56:01 +0000 Subject: [PATCH] Better define for core_info.c --- core_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_info.c b/core_info.c index 099ef0841c..525deec164 100644 --- a/core_info.c +++ b/core_info.c @@ -53,7 +53,7 @@ core_info_list_t *core_info_list_new(const char *modules_path) if (!core_info[i].path) break; -#if defined(IOS) || defined(HAVE_BB10) || defined(__QNX__) +#if defined(RARCH_MOBILE) || defined(RARCH_CONSOLE) // Libs are deployed with a suffix (*_ios.dylib, *_qnx.so, etc). char buffer[PATH_MAX]; strlcpy(buffer, contents->elems[i].data, sizeof(buffer));