mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-21 01:58:28 -05:00
48ca800b13
- Gets rid of the underscore in some function names - Appends the 'm_' prefix to class member variables. Now it isn't a pain to see what is being modified in terms of state. Especially in the OnPaint call.