I’m using RetroArch on Manjaro, and since a recent system update (I’ve not updated RetroArch), my whole config file was changed when I opened RetroArch.
All the config lines that used a period, have been replaced by commas.
Here’s an example of a changed config line:
menu_wallpaper_opacity = "0.000000"
is now:
menu_wallpaper_opacity = "0,000000"
Is this expected? Why did this happen? What system library does RetroArch use on Linux that could’ve cause this change recently? I can’t pinpoint exactly which package is the culprit.