fs-uae
fs-uae copied to clipboard
Default.fs-uae not parsed, docs needs update?
With the following setup (where ~/.fsuae/fs-uae.conf is symlinked to ~/.config/fs-uae...), fs-uae 3.1.66 isn't picking up the configuration file Default.fs-uae.
# cat ~/.fsuae/fs-uae.conf
base_dir = ~/.fsuae
configurations_dir = ~/.fsuae/config
# ls ~/.fsuae/config
Default.fs-uae -> A1200.conf
A1200.conf
As evidence Default.fs-uaeisn't being looked at, this is what I find in the log:
# grep '^checking config' /dev/shm/fsuae/logs/fs-uae.log.txt
checking config file /usr/bin/Config.fs-uae
checking config file Config.fs-uae
checking config file fs-uae.conf
checking config file /home/username/.fsuae/config/Host.fs-uae
Which means the documentation at https://fs-uae.net/docs/getting-started needs an update.