• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Controllers v
« Previous 1 ... 49 50 51 52 53 ... 321 Next »

DolphinBar + Wiimote does not work
View New Posts | View Today's Posts

Thread Closed 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
DolphinBar + Wiimote does not work
08-17-2016, 04:17 AM
#21
leolam Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,478
Threads: 5
Joined: Sep 2015
(08-17-2016, 02:59 AM)JulianLoehr Wrote: Ah ok. It is also possible (providing a buffer that is large enough) that one read yields multiple reports. Then the read bytes are a multiple of the largest report. I think it is by design as the documentation suggest to then use some more HIDAPI-Calls to extract the actual data from the reports. Those calls do take the Report Descriptor into account and therefore are only using the valid bytes.
So for that to work (processing multiple reports with one ReadFile-Call) it is necessary that all reads yield the same length (or a multiple of that).

Interesting, I didn't know that Windows would "merge" reports like that. Looking at the max size (23 bytes), it seems possible that multiple reports get merged. So it could be something Dolphin is doing wrong…? (I'm not very familiar with the Windows code)

(08-17-2016, 04:02 AM)Caturix Wrote: However, do you think a real Wiimote will solve this?

Not sure what you mean by "real Wiimote"… Anyway, I realised that just linking to a PR wasn't very helpful; so if you don't mind installing a Linux distribution and you want to try, you can build it with:
Code:
git clone https://github.com/dolphin-emu/dolphin
cd dolphin
git fetch origin pull/4090/head:hidapi
git checkout hidapi
then follow the normal build instructions for Linux.
Website Find
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
DolphinBar + Wiimote does not work - Caturix - 08-16-2016, 02:56 AM
RE: DolphinBar + Wiimote does not work - snarfo - 08-16-2016, 04:19 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-16-2016, 06:34 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-16-2016, 09:44 PM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-16-2016, 11:40 PM
RE: DolphinBar + Wiimote does not work - Caturix - 08-16-2016, 11:58 PM
RE: DolphinBar + Wiimote does not work - leolam - 08-16-2016, 11:43 PM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-16-2016, 11:52 PM
RE: DolphinBar + Wiimote does not work - Caturix - 08-17-2016, 01:08 AM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-17-2016, 01:36 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-17-2016, 01:48 AM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-17-2016, 02:11 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-17-2016, 02:13 AM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-17-2016, 02:31 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-17-2016, 02:36 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-17-2016, 02:31 AM
RE: DolphinBar + Wiimote does not work - JosJuice - 08-17-2016, 02:35 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-17-2016, 02:47 AM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-17-2016, 02:59 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-17-2016, 04:02 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-17-2016, 04:17 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-17-2016, 04:26 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-21-2016, 08:08 PM
RE: DolphinBar + Wiimote does not work - Caturix - 08-23-2016, 04:27 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-17-2016, 04:32 AM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-17-2016, 08:02 AM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-18-2016, 09:52 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-18-2016, 03:51 PM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-18-2016, 10:16 PM
RE: DolphinBar + Wiimote does not work - Caturix - 08-19-2016, 01:12 AM
RE: DolphinBar + Wiimote does not work - TimeLordVictorious - 02-19-2019, 10:42 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-18-2016, 07:32 PM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-18-2016, 08:19 PM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-19-2016, 02:29 AM
RE: DolphinBar + Wiimote does not work - fissionch1ps - 08-19-2016, 10:36 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-19-2016, 06:29 PM
RE: DolphinBar + Wiimote does not work - JulianLoehr - 08-19-2016, 09:05 PM
RE: DolphinBar + Wiimote does not work - fissionch1ps - 08-19-2016, 10:12 PM
RE: DolphinBar + Wiimote does not work - rebirthflame - 08-21-2016, 05:53 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-21-2016, 08:12 PM
RE: DolphinBar + Wiimote does not work - Caturix - 08-21-2016, 09:11 PM
RE: DolphinBar + Wiimote does not work - JosJuice - 08-21-2016, 09:35 PM
RE: DolphinBar + Wiimote does not work - Zanak - 08-23-2016, 12:44 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-23-2016, 12:47 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-23-2016, 04:00 AM
RE: DolphinBar + Wiimote does not work - JosJuice - 08-23-2016, 04:10 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-23-2016, 04:32 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-23-2016, 05:20 AM
RE: DolphinBar + Wiimote does not work - JosJuice - 08-23-2016, 04:44 AM
RE: DolphinBar + Wiimote does not work - leolam - 08-23-2016, 05:21 AM
RE: DolphinBar + Wiimote does not work - Caturix - 08-23-2016, 04:06 PM
RE: DolphinBar + Wiimote does not work - leolam - 08-23-2016, 05:17 PM
RE: DolphinBar + Wiimote does not work - Caturix - 08-23-2016, 09:43 PM
RE: DolphinBar + Wiimote does not work - leolam - 08-23-2016, 09:46 PM
RE: DolphinBar + Wiimote does not work - Caturix - 08-23-2016, 11:17 PM
RE: DolphinBar + Wiimote does not work - fissionch1ps - 09-01-2016, 12:04 AM
RE: DolphinBar + Wiimote does not work - leolam - 09-01-2016, 12:41 AM
RE: DolphinBar + Wiimote does not work - Caturix - 09-01-2016, 02:20 AM
RE: DolphinBar + Wiimote does not work - leolam - 09-18-2016, 03:09 AM
RE: DolphinBar + Wiimote does not work - cdoublejj - 05-09-2019, 09:54 AM
RE: DolphinBar + Wiimote does not work - Helios - 05-09-2019, 11:44 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode