realnc / dosbox-core

A DOSBox core for use in RetroArch and other libretro frontends.
GNU General Public License v2.0
42 stars 16 forks source link

Prevent core option overriding when using 'config -set' #25

Closed sonninnos closed 2 years ago

sonninnos commented 2 years ago

This allows locking dosbox variables with config -set command so that core options will not override them.

Maybe it could use some logging..?