mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-12 16:32:53 +00:00
This gets rid of the static unordered_map. Also changes the return type const char*, avoiding unnecessary allocations (the result was only used by calling .c_str() on it.)