mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
9911e51c8f
Given this is a bitmask, we should be using an unsigned type to store it (especially given it's outside the range an int can represent properly without being considered negative). No behavior change is caused by this, it just silences a sign conversion warning.