mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 09:37:51 -05:00
The constructor was implicitly using signed->unsigned conversions to produce 0xFFFFFFFF. We can just specify this explicitly with UINT32_MAX.