mirror of
https://github.com/PabloMK7/citra.git
synced 2025-02-04 21:25:31 +01:00
9ed3488925
Changed cond_to_str to take a uint32, since unsigned numbers are only ever passed to it, and this can be a source of warnings for some compilers (also indexing an array without bounds checking a signed number is kind of iffy).