Page 1 of 1
Can't delete controller profiles
Posted: Fri Aug 16, 2024 5:06 pm
by heinzgruber
hi,
i've a strange problem: i wanted to start with my controller per core configs from scratch and deleted all files in config/inputs. All files are gone but i can still control the MiSter menu and the cores with all of my controllers. Does somebody know whats going on here? Is there some kind of default basic config for every controller?
Thanks
Re: Can't delete controller profiles
Posted: Fri Aug 16, 2024 6:23 pm
by dickhardpill
Did you do a cold reboot after?
A standard reboot is enough.
I just tried;
Code: Select all
mkdir /media/fat/temp&&mv /media/fat/config/inputs/* /media/fat/temp&&reboot
and the only thing that worked was my joystick input.
I reversed with;
Code: Select all
mv /media/fat/temp/* /media/fat/config/inputs/&&rmdir /media/fat/temp&&reboot
Re: Can't delete controller profiles
Posted: Sat Aug 17, 2024 6:01 am
by heinzgruber
dickhardpill wrote: ↑Fri Aug 16, 2024 6:23 pm
Did you do a cold reboot after?
jep. already turned it complete of and the next morning the folder config/inputs is still empty but all controllers still working.
Re: Can't delete controller profiles
Posted: Sat Aug 17, 2024 7:17 am
by Lightwave
heinzgruber wrote: ↑Fri Aug 16, 2024 5:06 pm
hi,
i've a strange problem: i wanted to start with my controller per core configs from scratch and deleted all files in config/inputs. All files are gone but i can still control the MiSter menu and the cores with all of my controllers. Does somebody know whats going on here? Is there some kind of default basic config for every controller?
Thanks
Probably the gamecontrollerdb, which automatically provides default mappings for popular controllers (or clones which copy the VID/PID)
https://github.com/MiSTer-devel/Distrib ... llerdb.txt
Re: Can't delete controller profiles
Posted: Sat Aug 17, 2024 6:58 pm
by heinzgruber
interesting. didn't know that. is there a way to deactivate it?
Re: Can't delete controller profiles
Posted: Sat Aug 17, 2024 7:37 pm
by dickhardpill
Don’t connect your DE10 to the internet?
Re: Can't delete controller profiles
Posted: Sat Aug 17, 2024 8:11 pm
by zakk4223
Even if you disable gamecontrollerdb, mister will still 'automap' the buttons for any controller you connect. The controller db just provides saner defaults and provides a way to fix up quirks that would otherwise lead to strange mappings.
There is no way to have the controllers be completely non-functional, that would be a poor user experience