libretro / swanstation

GNU General Public License v3.0
97 stars 22 forks source link

Rename 'duckstation' strings to 'swanstation' & replace dot with underscore in setting names #62

Closed DarthMew closed 1 year ago

DarthMew commented 1 year ago

https://github.com/libretro/swanstation/issues/61 Fixes libraries like Libconfig not being able to read SwanStation settings due to using dots in the internal setting names, as well as replacing the "duckstation" string with "swanstation" where applicable.

This will result in core options being reset to their default values however, which is why this is a one time only change.