mrfixit2001

Results 26 comments of mrfixit2001

As a side comment - I really wish there was a way to tell bluetoothctl to include LIAC results when you run "scan on". I haven't been able to find...

If I just hit sync on this gamepad it doesn't show up in btmon or hcidump when I "scan on" from bluetoothctl. However, when I use "hcitool inq --iac=liac" then...

> Thanks for the feedback. I'll remove the boost dependency and unicode support and try to get a PR out soon. ![giphy](https://user-images.githubusercontent.com/38842252/232524151-45caf6e8-9e6a-4934-8c7b-578b40e08238.gif) This is the only reason boost is needed...

We are coming up on 8 years for this one haha hopefully the dependency on boost can be removed from this core eventually :)

I have a patch for this fully programmed in a new build that I'm writing for the rock64 / rockbox. The code should work on any platform, as nothing in...

@5schatten - thanks for that! I hope it helps the devs over here at emulationstation get to the bottom of what's happening. Hopefully one of them comments back on this...

Absolutely, I will work thru a rebase on this particular patch against master branch and submit a pull request when I have some time. I've got other fixes and enhancements...

On the board I've written the patch for, it doesn't currently suspend/resume (yet), so I can't test that. I am using SDL2Mixer, which I've had to add to cmake, and...

Technically these card don't support OpenGL, they support Open GL ES. There's an interpreter library called GL4ES that basically creates a wrapper around the GLES calls and provides applications with...

You can compile my mainline kernel from my repo here: https://github.com/mrfixit2001/mainline-kernel After that, try downloading my old debian minimal release and swapping the /boot/Image and /lib/modules folders from your new...