mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-05 05:00:53 -04:00
Prior to this after painting the hex values, it would increment the curAddress by 32. This is not only a bug, but unnecessary, since the OnMouseDownL and OnScrollWheel functions should be the only things to handle address incrementing for scrolling purposes.