mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-30 18:14:02 -07: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.)