Emulator Issues #4919
closedSkylander USB support.
0%
Description
I'm doing some research on how the portal from Skylanders works.
The 'portal' is a wireless podium on which you place characters on and they appear in the game. But Dolphin doesn't seem to be picking up the USB dongle for it and I can't load the game. Windows identified the usb perfectly, here are the details for the device:
Updated by DimitriPilot3 about 13 years ago
Issue 4918 has been merged into this issue.
Updated by DimitriPilot3 about 13 years ago
- Status changed from Duplicate to New
The link in issue 4918 was erroneously truncated. It was fixed in this issue report.
Updated by unit0x03 about 13 years ago
There doesn't seem to be any USB passthrough code in Dolphin, unfortunately, which would be required to make this work.
Updated by skidau about 13 years ago
- Issue type set to Feature request
- Category set to controls
Updated by Bighead.0 about 13 years ago
Overall, USB support in Dolphin would be fantastic. This would make games such as the first Rock Band playable (I think, not sure how far in it goes), such as with issue 4717. Rock Band does not detect guitar extensions because it only detects USB devices.
But if USB support is possible/added, could an emulated USB function exist as well? For example, support devices not originally supported such as X-Box 360 USB guitars (I personally own an xplorer for GH3 PC mods). Perhaps emulate the device then map buttons such as the emulated wiimote + extensions.
Obviously a low priority feature, but would be a nice to have none the less.
Updated by unit0x03 almost 13 years ago
I suspect the link is irrelevant anyway, since it'd just show Windows' view of the USB device. Rather than device specific support, it'd be much more sensible to do a form of USB passthrough, handing off an entire USB device to the IOS to handle. Then it should handle other peripherals, as mentioned.
It should be technically possible, since VM software has USB passthrough, but I'm not sure how much work it'd actually be. Perhaps looking into the VirtualBox code might provide some hints.
Updated by parlane almost 13 years ago
- Status changed from New to Accepted
Note, even though this has been accepted as a valid issue, no one is currently working on it at the moment.
Updated by parlane almost 13 years ago
- Status changed from Accepted to Duplicate
All USB passthrough related issues now go in to issue 5153.