mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +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)
|
||||
{
|
||||
#if !defined(HAVE_BB10)
|
||||
#if defined(__QNX__) && !defined(HAVE_BB10)
|
||||
//Initialize BPS libraries
|
||||
bps_initialize();
|
||||
rarch_main_clear_state();
|
||||
|
Loading…
x
Reference in New Issue
Block a user