mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-08 22:10:08 +00:00

Simplifies and removes some casts. In all cases, these were generally widening from a 32-bit unsigned type to a 64-bit unsigned type, so no information would be lost from the conversion.