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:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
Statistics stats;
|
||||
Statistics g_stats;
|
||||
|
||||
void Statistics::ResetFrame()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user