Commit a9b953e6 authored by Lioncash's avatar Lioncash
Browse files

yuzu/configure_gamelist: Use std::array instead of std::vector for translatable strings

We don't need to use an allocating container for these, given we know
the fixed amount of strings being used. This is just a waste of memory.
parent 3a2567c9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment