mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-23 08:40:06 +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.