Disable vprof by default

This commit is contained in:
Kamay Xutax 2024-08-28 16:26:36 +02:00
parent 60c8599e4c
commit cd9787a4bd

View file

@ -16,7 +16,7 @@
// VProf is enabled by default in all configurations -except- X360 Retail.
#if !( defined( _GAMECONSOLE ) && defined( _CERT ) )
#define VPROF_ENABLED
// #define VPROF_ENABLED
#endif
#if defined(_X360) && defined(VPROF_ENABLED)