diff options
Diffstat (limited to 'src/devices/sound/vgm_visualizer.cpp')
-rw-r--r-- | src/devices/sound/vgm_visualizer.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/sound/vgm_visualizer.cpp b/src/devices/sound/vgm_visualizer.cpp index fdc69ea8073..129f84c0a5a 100644 --- a/src/devices/sound/vgm_visualizer.cpp +++ b/src/devices/sound/vgm_visualizer.cpp @@ -36,12 +36,12 @@ DEFINE_DEVICE_TYPE(VGMVIZ, vgmviz_device, "vgmviz", "VGM Visualizer") /*static*/ const bool vgmviz_device::NEEDS_FFT[VIZ_COUNT] = { - false, // VIZ_WAVEFORM - true, // VIZ_WATERFALL - true, // VIZ_RAWSPEC - true, // VIZ_BARSPEC4 - true, // VIZ_BARSPEC8 - true // VIZ_BARSPEC16 + false, // VIZ_WAVEFORM + true, // VIZ_WATERFALL + true, // VIZ_RAWSPEC + true, // VIZ_BARSPEC4 + true, // VIZ_BARSPEC8 + true // VIZ_BARSPEC16 }; //************************************************************************** |