mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-06 08:00:06 +00:00

We can adjust the API to allow std::size_t indices, which simplifies operating with standard container types. It also prevents truncation warnings from occurring in these cases as well.