forked from dolphin-emu/dolphin
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "PerfQueryBase.h"
 | 
						|
#include "VideoConfig.h"
 | 
						|
 | 
						|
PerfQueryBase* g_perf_query = 0;
 | 
						|
 | 
						|
bool PerfQueryBase::ShouldEmulate() const
 | 
						|
{
 | 
						|
	return g_ActiveConfig.bPerfQueriesEnable;
 | 
						|
}
 |