RetroPie-Setup
RetroPie-Setup copied to clipboard
runcommand - allow the runcommand log directory to be changed.
If an entry log_dir is made in /opt/retropie/configs/all/runcommand.cfg it will be used by runcommand for saving runcommand.log/runcommand.info files instead of the default /dev/shm
#3554
Very good but if you want to do it right, you need to:
- Get rid of the hard coded
/dev/shm. Have a single log/scratch area. - Add a menu item that configures this, similar to the other variables, configurable via the menu.
I completed what you missed on #3557.
@joolswills your commit is inconsistent with the other options being controlled via the GUI but not this one. The commit #3557 added the GUI configuration part for the parameter but regrettably you have chosen to close it without merging.