mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 09:50:50 -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.