SPU: Enable VU meter in debug builds

This commit is contained in:
Stenzek 2025-04-17 20:58:17 +10:00
parent 3d2085f797
commit c9ae4dcd0f
No known key found for this signature in database

View File

@ -35,7 +35,7 @@ LOG_CHANNEL(SPU);
// #define SPU_DUMP_ALL_VOICES 1
// VU meter is only enabled in devel builds due to speed impact.
#ifdef _DEVEL
#if defined(_DEBUG) || defined(_DEVEL)
#define SPU_ENABLE_VU_METER 1
#endif