mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 06:32:57 +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.)