mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-11 13:41:57 -08:00
99a71580c4
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.