mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(frontend.c) Fix Blackberry conditional compile
This commit is contained in:
parent
848a7a9d9b
commit
a483953b5b
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
static int rarch_preinit(void)
|
static int rarch_preinit(void)
|
||||||
{
|
{
|
||||||
#if !defined(HAVE_BB10)
|
#if defined(__QNX__) && !defined(HAVE_BB10)
|
||||||
//Initialize BPS libraries
|
//Initialize BPS libraries
|
||||||
bps_initialize();
|
bps_initialize();
|
||||||
rarch_main_clear_state();
|
rarch_main_clear_state();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user