Fix parsing order of yabridge.toml #37

Since tomlplusplus uses `std::map` instead of `std::unordered_map`
internally the tables were actually being read in lexicographical order.
This commit is contained in:
Robbert van der Helm
2020-09-27 19:42:07 +02:00
parent f1b1f20fdb
commit 7fbbb48c54
2 changed files with 33 additions and 10 deletions
+2
View File
@@ -10,6 +10,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed
- Fixed parsing order of `yabridge.toml`. Sections were not always read from top
to bottom like they should be, which could cause incorrect setting overrides.
- Fixed an initialization error when using plugin groups for plugins that are
installed outside of a Wine prefix.