TriForceX / MiyooCFW

Custom firmware source code and resources for BittBoy, PocketGo, PowKiddy V90-Q90-Q20 and third party handheld consoles
GNU General Public License v2.0
1.11k stars 112 forks source link

Powkiddy V90 - sdl Retroarch input driver bug #544

Closed porschemad911 closed 10 months ago

porschemad911 commented 10 months ago

First off, thank you for your work on this firmware! It makes my Powkiddy V90 really excellent.

I'm testing the musl build from https://github.com/MiyooCFW/buildroot/actions/runs/7525028210 on my Powkiddy V90. I also had the same issue with an earlier uClibc build after the sdl_dingux to sdl input driver change.

Using the built-in dpad to navigate the on-screen keyboard results in '?' chars being input. Here is a photo showing the result of navigating the on-screen keyboard to enter 'mario'. Basically you end up with '?????m?????a?????r?????i??o' or similar. This makes it impossible to search, set up playlists, select file types etc.

image

I also notice that R1 no longer skips down a page of output in a Retroarch directory listing, instead it seems to be backing out a level. L1 behaves as expected, and R2 skips down a page, but this is not as intuitive as having L1 / R1 behave consistently.

porschemad911 commented 10 months ago

Tested the fix in https://github.com/MiyooCFW/buildroot/pull/89 - issue is resolved