ducalex

Results 163 comments of ducalex
trafficstars

blend_pixels is used for bilinear filtering so it is called only to fill empty lines/columns when scaling. This will result in an uneven grid with most emulators. For example, in...

If you do have wifi support in your build it could also be a malformed wifi.json. A trailing comma, for example.

It's been almost two years with no response, I'm going to assume that your problem has been fixed or that you've moved to another project. Feel free to re-open this...

I've tried (and failed porting GBA emulators to the ESP32. Those that ran were nowhere near full speed. So I gave up. But if someone wants to try the challenge,...

Unfortunately I deleted all those branches. But the most successful attempt was with derivatives of https://emulation.gametechwiki.com/index.php/GpSP (I don't remember which one). I also did get mGBA to run but it...

I've made a quick port of gbSP-libretro today: https://github.com/ducalex/retro-go/commits/gba/ It can play games but not very well. I don't know yet if I'll spend more time on it... But it's...

> Do you have any way to use a retro-go emulator on windows? How do you test it? Using the esp32 physically? At the moment I only test on real...

I think you're near the top of the range with that voltage. Maybe try a 1:3 ratio in your divider instead? Adding a rolling average could help with stability but...

We could consider adding back a rolling average, or at least re-enable the old averaging (the two commented lines in rg_input_read_battery) but 100mV fluctuation is quite a lot even for...

> Does the launcher read the sd card on every cycle perhaps? It doesn't. There used to be a background task but it was disabled when I added wifi. There...