mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-03-31 10:20:16 +00:00

These are internally stored as u64 values, so using u32 here causes truncation warnings. Instead, we can just use u64 and preserve the bit width.