mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user