Carl Kenner

Results 90 comments of Carl Kenner

Skyward sword was very broken last time I checked. Wii Sports Resort is also pretty broken.

> But as far as I know Dolphin source upstream is able to emulate motion plus, this is disabled programatically. I don't think that's true. But I think it _is_...

This bug is still present: https://www.reddit.com/r/Vive/comments/4slb32/dolphin_vr_50250/d5a7ejk

Darn it. I'll take a look and see if I can work out what's causing it. I recently noticed this issue with the HTC Vive and fixed it for SteamVR,...

This is going to be a pain to get working. Lots of weird rendering, and the camera angle reading doesn't work. It also won't run at full speed.

I can get around the licensing problem by just writing my own headers that call the Oculus DLLs directly. The Oculus DLLs are obviously system libraries according to GPL, just...

I have been working on redoing VR support for the latest versions of Dolphin. The architecture has changed significantly, so I'm going to redo some things from scratch. I have...

If something reappears when you add more bits, no matter what those bits are, that means it's actually more than one object. So you can either handle all the objects...

Yes, that's what I'm saying. You've set the roles correctly, but haven't set the context (aka system) to match that code. That *code* is written over two lines, but the...

I submitted a pull request to your branch with my improvements. But we still need to get automatic detection working.