mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(iOS) Buildfix
This commit is contained in:
parent
4f55b360ac
commit
2f4e00214e
@ -400,8 +400,7 @@ enum
|
||||
|
||||
#ifdef HAVE_BTSTACK
|
||||
/* Set bluetooth mode */
|
||||
if (!(strcmp(apple_frontend_settings.bluetooth_mode, "btstack")))
|
||||
btstack_set_poweron(is_btstack);
|
||||
btstack_set_poweron(!(strcmp(apple_frontend_settings.bluetooth_mode, "btstack")));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user