You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also noted over in the m8c repo, for whatever reason whoever updated the controller DB removed the controller entry for "RG351M, RG351P, and RG351V" (among many others) from it but at least Anbernic users can just checkout the old file and leave it at that, rather than rooting around for their specific config to copy it forth to the new one.
This is easy to fix manually by SSHing into the Anbernic, grabbing that old file, and copying it into the SDL preferences dir for m8c:
# use "/roms2/ports/..." if its on the other SD card of coursecd /roms/ports/M8/_m8c
# checkout old db
git checkout c16e507cbccc207373997181781754e73465fb0d^ -- gamecontrollerdb.txt
# make the old one our default
cp gamecontrollerdb.txt ~/.local/shared/m8c/
Of course, if like me you copied only the files in the working tree over rather than actual repo you'll need to clone down either m8c or, probably better, this whole repo. Just remember to git submodule init.