mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(BB10) Take out some ifdefs for BB10
This commit is contained in:
parent
4fe86ed418
commit
cf7b6b0c4a
@ -193,7 +193,7 @@ enum
|
|||||||
#define INPUT_DEFAULT_DRIVER INPUT_X
|
#define INPUT_DEFAULT_DRIVER INPUT_X
|
||||||
#elif defined(IOS) || defined(OSX)
|
#elif defined(IOS) || defined(OSX)
|
||||||
#define INPUT_DEFAULT_DRIVER INPUT_APPLE
|
#define INPUT_DEFAULT_DRIVER INPUT_APPLE
|
||||||
#elif defined(__BLACKBERRY_QNX__)
|
#elif defined(__QNX__)
|
||||||
#define INPUT_DEFAULT_DRIVER INPUT_QNX
|
#define INPUT_DEFAULT_DRIVER INPUT_QNX
|
||||||
#elif defined(HAVE_SDL)
|
#elif defined(HAVE_SDL)
|
||||||
#define INPUT_DEFAULT_DRIVER INPUT_SDL
|
#define INPUT_DEFAULT_DRIVER INPUT_SDL
|
||||||
|
@ -29,10 +29,7 @@ static void frontend_qnx_get_environment_settings(int argc, char *argv[], void *
|
|||||||
(void)argv;
|
(void)argv;
|
||||||
(void)args;
|
(void)args;
|
||||||
|
|
||||||
/* FIXME - should this apply for both BB10 and PB? */
|
|
||||||
#if defined(__QNX__) && !defined(HAVE_BB10)
|
|
||||||
rarch_environment_cb(RETRO_ENVIRONMENT_SET_LIBRETRO_PATH, (void*)"app/native/lib");
|
rarch_environment_cb(RETRO_ENVIRONMENT_SET_LIBRETRO_PATH, (void*)"app/native/lib");
|
||||||
#endif
|
|
||||||
|
|
||||||
config_load();
|
config_load();
|
||||||
}
|
}
|
||||||
@ -40,10 +37,7 @@ static void frontend_qnx_get_environment_settings(int argc, char *argv[], void *
|
|||||||
static void frontend_qnx_init(void *data)
|
static void frontend_qnx_init(void *data)
|
||||||
{
|
{
|
||||||
(void)data;
|
(void)data;
|
||||||
/* FIXME - should this apply for both BB10 and PB? */
|
|
||||||
#if defined(__QNX__) && !defined(HAVE_BB10)
|
|
||||||
bps_initialize();
|
bps_initialize();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void frontend_qnx_shutdown(bool unused)
|
static void frontend_qnx_shutdown(bool unused)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user