mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-27 23:05:53 +02:00
The # option means that 0x is prepended already, so the old code resulted in 0x0xDEADBEEF instead of the intended 0xDEADBEEF. WriteMailboxLow was already correct.