From ff4563a283ad668e1c8e1f3de634f489e81b3c05 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 12 Apr 2015 03:33:13 +0200 Subject: [PATCH] Proper define is RARCH_MOBILE --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a5eabacf99..0c492127fa 100644 --- a/config.def.h +++ b/config.def.h @@ -407,7 +407,7 @@ static unsigned swap_interval = 1; */ static const bool video_threaded = false; -#ifdef HAVE_MOBILE +#ifdef RARCH_MOBILE static const bool threaded_data_runloop_enable = false; #else static const bool threaded_data_runloop_enable = true;