Proper define is RARCH_MOBILE

This commit is contained in:
twinaphex 2015-04-12 03:33:13 +02:00
parent 227bf3e642
commit ff4563a283

View File

@ -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;