mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-16 21:51:48 +02:00

This value is used in a multiplication. The result of this multiplication is then subtracted from m_base. By negating m_dec, we are free to use an addition instead. On x64, this saves an instruction.