aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcounters.c
diff options
context:
space:
mode:
authorhizzlekizzle2020-05-23 22:04:21 -0500
committerGitHub2020-05-23 22:04:21 -0500
commit881977d12899fb99da181a0685ecb8f98cb23ed0 (patch)
tree8e5640a6dd3edcdfa7bf13c226cbb35d0d752ea7 /libpcsxcore/psxcounters.c
parentf4c902e02372bf11f6b1afcd26d22564276fe00a (diff)
parent46ea5a4e4714bc57302c54b56d716f02a6e72c9e (diff)
downloadpcsx_rearmed-881977d12899fb99da181a0685ecb8f98cb23ed0.tar.gz
pcsx_rearmed-881977d12899fb99da181a0685ecb8f98cb23ed0.tar.bz2
pcsx_rearmed-881977d12899fb99da181a0685ecb8f98cb23ed0.zip
Merge pull request #424 from negativeExponent/libretro
silence some warnings
Diffstat (limited to 'libpcsxcore/psxcounters.c')
-rw-r--r--libpcsxcore/psxcounters.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c
index 35823da..bebec87 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
/******************************************************************************/