mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-19 09:02:26 +00:00
(btstack_hid.c) Add RUN_LOOP_POSIX else conditional
This commit is contained in:
parent
170b4bbbe2
commit
de9be22071
@ -200,6 +200,8 @@ bool btstack_try_load(void)
|
||||
|
||||
#if defined(HAVE_COCOA) || defined(HAVE_COCOATOUCH)
|
||||
run_loop_init_ptr(RUN_LOOP_COCOA);
|
||||
#else
|
||||
run_loop_init_ptr(RUN_LOOP_POSIX);
|
||||
#endif
|
||||
bt_register_packet_handler_ptr(btpad_packet_handler);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user