mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-10 02:01:30 -05:00
Log2(u64) can't be bigger than 63, so there is no need in forcing a 64 bit value. So just using a common int seems more natural.
Log2(u64) can't be bigger than 63, so there is no need in forcing a 64 bit value. So just using a common int seems more natural.