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
Right now the way to call multiple conf files is to call them in sequence from the command line, e.g. dosbox-x -conf general.conf -conf specific.conf. Is it possible for specific.conf to tell dosbox-x that it needs to load general.conf first? That way I can write smaller specific conf files and just say require general.conf for the settings that should be the same across the board, while still only needing to invoke one conf file from the command line (for ease-of-use).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Right now the way to call multiple conf files is to call them in sequence from the command line, e.g.
dosbox-x -conf general.conf -conf specific.conf
. Is it possible for specific.conf to tell dosbox-x that it needs to load general.conf first? That way I can write smaller specific conf files and just sayrequire general.conf
for the settings that should be the same across the board, while still only needing to invoke one conf file from the command line (for ease-of-use).Beta Was this translation helpful? Give feedback.
All reactions