mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-06-30 20:00:46 -07:00
The std::string generation with its malloc and free requirement was a noticeable overhead. Also switch to an ordered_map to avoid the std::hash call. As those maps usually have a size of two elements, the lookup time shall not matter.