mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-15 08:12:14 -07:00
The constructor was implicitly using signed->unsigned conversions to produce 0xFFFFFFFF. We can just specify this explicitly with UINT32_MAX.