diff options
Diffstat (limited to 'src/devices/sound/vgm_visualizer.h')
| -rw-r--r-- | src/devices/sound/vgm_visualizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/vgm_visualizer.h b/src/devices/sound/vgm_visualizer.h index 8455b3d2bc0..e428cc07940 100644 --- a/src/devices/sound/vgm_visualizer.h +++ b/src/devices/sound/vgm_visualizer.h @@ -122,7 +122,7 @@ protected: bool m_audio_available; int m_waterfall_length; - int m_waterfall_buf[SCREEN_WIDTH * 2][FFT_LENGTH / 2]; + float m_waterfall_buf[SCREEN_WIDTH * 2][FFT_LENGTH / 2]; float m_curr_levels[2]; float m_curr_peaks[2]; |
