indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 19 forks source link

Bug: `-nosound` isn't working, conflicting with a saved `-sound` option. #39

Closed indigodarkwolf closed 2 years ago

indigodarkwolf commented 2 years ago

-nosound is causing Box16 to always show the usage help and then exit, because it thinks there's a -sound option specified from somewhere. Initially I think this is coming from a saved option to the ini file.

indigodarkwolf commented 2 years ago

This should be fixed with 13259b69765cb48eb833706883d9ee29aab67d05.