mirror of
https://github.com/citra-emu/citra.git
synced 2025-06-30 11:10:08 +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.