mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Compare commits
3 Commits
04a75c1c3b
...
d350b06a7e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d350b06a7e | ||
|
|
04f71e5e6d | ||
|
|
eded73fe8b |
@ -158,7 +158,7 @@ static std::optional<std::string> GetParentDeviceDescription(const WCHAR* hid_if
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
void EnumerateRadios(std::invocable<EnumerationControl(HANDLE)> auto&& enumeration_callback)
|
||||
void EnumerateRadios(std::invocable<HANDLE> auto&& enumeration_callback)
|
||||
{
|
||||
constexpr BLUETOOTH_FIND_RADIO_PARAMS radio_params{
|
||||
.dwSize = sizeof(radio_params),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user