Christopher

Results 12 comments of Christopher

I would just update the firmware manually at this point since you're on 1.8.4: https://github.com/darthcloud/BlueRetro/wiki/Flashing-firmware-Windows-10 Then try again? Firmware: https://darthcloud.itch.io/blueretro/purchase I wonder if it is even possible to edit the...

I would still do the manual firmware update. That error I believe has to do with failure to connect with the web-bluetooth service. Try in another tab maybe? I've had...

I'm not 100% sure with RetroScaler but they have instructions for the N64 one here to do it manually: https://github.com/RetroScaler/N64-Blueretro

> Can you test this beta, This completely rework the rumble support I think it might fix that issue aswell. > > https://github.com/darthcloud/BlueRetro/actions/runs/9286878322 Thanks for your reply and continued support...

> Don't use HW2, base on ticket you got HW1 device It was a typo, I meant HW1.

> This one should fix RE4: https://github.com/darthcloud/BlueRetro/actions/runs/9304053152 Works without issue now! Thanks for all your great work!

I had to go through a lot of trouble myself to get it to even build (tried both with GNU/Linux and Windows), but with the current build tools I was...

This is an easy fix, you just need to make sure you have **const** before AsyncWebParameter. Anything with _request->getParam(1);_ should be **request->getParam((size_t)1);** Same applies if the number is not 1...

I would do a few tests assuming you know your input source is fine. 1. See if HDMI output at least works on the unit to at least factor out...

See my reply to this here: https://github.com/ramapcsx2/gbs-control/issues/613#issuecomment-3121583315 Same solution, I was able to compile just fine after those changes. If it still wont work let me know and I'll walk...