mon / ifs_layeredfs

Live replace any file (including IFS contents) in Konmai games
Other
56 stars 7 forks source link

Fixed strange demangling issue #1

Closed AllanCat closed 4 years ago

AllanCat commented 4 years ago

In C++, unordered map's insert({initializer_list}) will ignore already existed keys which causing strange mappings, should be using insert_or_assign(key, value) instead.

mon commented 4 years ago

Awesome! I'll push a release out this evening