mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-22 19:23:11 -05:00
Rather than making Statistics' member functions operate on the global variable instance of itself, we can make these functions member functions and operate on a by-instance state, removing the direct dependency on the global variable itself. This also makes for less reading, as there's no need to repeat "stats." for all variable accesses.
7.1 KiB
7.1 KiB