mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 12:05:52 +00:00
SPU: Enable VU meter in debug builds
This commit is contained in:
parent
3d2085f797
commit
c9ae4dcd0f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user