Proper define is RARCH_MOBILE

This commit is contained in:
twinaphex 2015-04-12 03:33:13 +02:00
parent 227bf3e642
commit ff4563a283
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ static unsigned swap_interval = 1;
*/ */
static const bool video_threaded = false; static const bool video_threaded = false;
#ifdef HAVE_MOBILE #ifdef RARCH_MOBILE
static const bool threaded_data_runloop_enable = false; static const bool threaded_data_runloop_enable = false;
#else #else
static const bool threaded_data_runloop_enable = true; static const bool threaded_data_runloop_enable = true;