npwoods / bletchmame

Other
29 stars 6 forks source link

Fixed a bug that could cause crashes when parsing MAME -listxml output #353

Closed npwoods closed 2 years ago

npwoods commented 2 years ago

In practice this only happened with variant MAME builds with more machines than off the shelf MAME

This required significant refactoring to info::database_builder::string_table; the practice of mapping std::u8string_view objects was incorrect