mirror of
https://github.com/citra-emu/citra.git
synced 2025-07-25 05:10:07 +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.