mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 23:08:02 -05:00
We don't need to load the code into a vector and then construct a string over the data. We can just create a string with the necessary size ahead of time, and read the data directly into it, getting rid of an unnecessary heap allocation.