dolphin-emu / hwtests

Hardware test suite
GNU General Public License v2.0
22 stars 25 forks source link

common: Fix build by modernizing CommonTypes and add size_t #36

Closed leoetlino closed 3 years ago

leoetlino commented 3 years ago

It's convenient not to have to explicitly qualify std::size_t, and some of our tests use size_t :)

Fixes building with GCC 10.