Proper define is RARCH_MOBILE
This commit is contained in:
parent
227bf3e642
commit
ff4563a283
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue