mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
engine: remove useless vprof for rcon
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
#include "tier0/vprof_telemetry.h"
|
||||
|
||||
// VProf is enabled by default in all configurations -except- X360 Retail.
|
||||
#if !( defined( _X360 ) && defined( _CERT ) )
|
||||
#define VPROF_ENABLED
|
||||
#endif
|
||||
//#if !( defined( _X360 ) && defined( _CERT ) )
|
||||
//#define VPROF_ENABLED
|
||||
//#endif
|
||||
|
||||
#if defined(_X360) && defined(VPROF_ENABLED)
|
||||
#include "tier0/pmc360.h"
|
||||
|
||||
Reference in New Issue
Block a user