<div dir="ltr">For the record: I tested this patch with proton's wine and GangV: Battle Royale worked perfectly (it wasn't working before the patch). The bluetooth code doesn't seem different between proton's wine and wine, so it should work correctly.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 4, 2021 at 12:10 AM Esdras Tarsis <<a href="mailto:esdrastarsis@gmail.com">esdrastarsis@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">For GangV Battle Royale<br>
<br>
Signed-off-by: Esdras Tarsis <<a href="mailto:esdrastarsis@gmail.com" target="_blank">esdrastarsis@gmail.com</a>><br>
---<br>
 dlls/bthprops.cpl/bthprops.cpl.spec |  2 +-<br>
 dlls/bthprops.cpl/main.c            | 10 ++++++++++<br>
 dlls/irprops.cpl/irprops.cpl.spec   |  2 +-<br>
 3 files changed, 12 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/dlls/bthprops.cpl/bthprops.cpl.spec b/dlls/bthprops.cpl/bthprops.cpl.spec<br>
index 26d2429c6ba..49b181763ee 100644<br>
--- a/dlls/bthprops.cpl/bthprops.cpl.spec<br>
+++ b/dlls/bthprops.cpl/bthprops.cpl.spec<br>
@@ -27,7 +27,7 @@<br>
 @ stub BluetoothFindNextProfileDescriptor<br>
 @ stub BluetoothFindNextProtocolDescriptorStack<br>
 @ stub BluetoothFindNextProtocolEntry<br>
-@ stub BluetoothFindNextRadio<br>
+@ stdcall BluetoothFindNextRadio(ptr ptr)<br>
 @ stub BluetoothFindNextService<br>
 @ stub BluetoothFindProfileDescriptorClose<br>
 @ stub BluetoothFindProtocolDescriptorStackClose<br>
diff --git a/dlls/bthprops.cpl/main.c b/dlls/bthprops.cpl/main.c<br>
index 60a781ef840..943c9dcb764 100644<br>
--- a/dlls/bthprops.cpl/main.c<br>
+++ b/dlls/bthprops.cpl/main.c<br>
@@ -70,3 +70,13 @@ BOOL WINAPI BluetoothFindDeviceClose(HBLUETOOTH_DEVICE_FIND find)<br>
     SetLastError(ERROR_CALL_NOT_IMPLEMENTED);<br>
     return FALSE;<br>
 }<br>
+<br>
+/*********************************************************************<br>
+ *  BluetoothFindNextRadio<br>
+ */<br>
+BOOL WINAPI BluetoothFindNextRadio(HBLUETOOTH_RADIO_FIND find, HANDLE *radio)<br>
+{<br>
+    FIXME("(%p, %p): stub!\n", find, radio);<br>
+    SetLastError(ERROR_CALL_NOT_IMPLEMENTED);<br>
+    return FALSE;<br>
+}<br>
diff --git a/dlls/irprops.cpl/irprops.cpl.spec b/dlls/irprops.cpl/irprops.cpl.spec<br>
index ca24b49dd47..f2fa18aab89 100644<br>
--- a/dlls/irprops.cpl/irprops.cpl.spec<br>
+++ b/dlls/irprops.cpl/irprops.cpl.spec<br>
@@ -23,7 +23,7 @@<br>
 @ stub BluetoothFindNextProfileDescriptor<br>
 @ stub BluetoothFindNextProtocolDescriptorStack<br>
 @ stub BluetoothFindNextProtocolEntry<br>
-@ stub BluetoothFindNextRadio<br>
+@ stdcall BluetoothFindNextRadio(ptr ptr) bthprops.cpl.BluetoothFindNextRadio<br>
 @ stub BluetoothFindNextService<br>
 @ stub BluetoothFindProfileDescriptorClose<br>
 @ stub BluetoothFindProtocolDescriptorStackClose<br>
-- <br>
2.32.0<br>
<br>
<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Cláudio "Patola" Sampaio</div><div>Wrocław, Polska<br></div></div></div>