mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-31 00:09:19 -06: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.