mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 07:50:14 +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.