mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
VideoCommon/Statistics: Rename stats global to g_stats
Makes the global variable follow our convention of prefixing g_ on global variables to make it obvious in surrounding code that it's not a local variable.
This commit is contained in:
@ -67,7 +67,7 @@ struct Statistics
|
||||
void DisplayProj() const;
|
||||
};
|
||||
|
||||
extern Statistics stats;
|
||||
extern Statistics g_stats;
|
||||
|
||||
#define STATISTICS
|
||||
|
||||
|
Reference in New Issue
Block a user