mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-24 11:04:29 -04:00
Fix validation failing when the user has checked the Hex box and also includes a "0x" or "-0x" prefix in their input. Previously an extra "0x" would be inserted, causing the user's input of "0x13" to become "0x0x13" which would then fail to validate.