X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.c;h=bebec87601d86f606f025e649b6e490c56831f00;hb=accedc82b01fe5834a805a9872405d51de1d5c06;hp=35823dacdafc3cd34ab92c66c84d00285b538957;hpb=d618a2409c80f627a43c89791ce3f7bc38a48648;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index 35823dac..bebec876 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -64,7 +64,9 @@ static const u32 HSyncTotal[] = { 263, 313 }; #define VBlankStart 240 #define VERBOSE_LEVEL 0 +#if VERBOSE_LEVEL > 0 static const s32 VerboseLevel = VERBOSE_LEVEL; +#endif /******************************************************************************/