mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
![Bram Speeckaert](/assets/img/avatar_default.png)
Multiplication by zero always gives zero. Before: 0x52800019 mov w25, #0x0 0x1b197f5b mul w27, w26, w25 After: Nothing!
Multiplication by zero always gives zero. Before: 0x52800019 mov w25, #0x0 0x1b197f5b mul w27, w26, w25 After: Nothing!