mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-21 10:15:28 +00:00
(iOS) Fix warning in btstack_thread_stop
This commit is contained in:
parent
38204f5c26
commit
f58feb6b16
@ -108,8 +108,9 @@ bool btstack_try_load(void)
|
||||
return true;
|
||||
}
|
||||
|
||||
void btstack_thread_stop(void)
|
||||
void btstack_thread_stop(void *data)
|
||||
{
|
||||
(void)data;
|
||||
bt_send_cmd_ptr(btstack_set_power_mode_ptr, HCI_POWER_OFF);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user