diff options
| author | 2020-05-01 18:59:48 +0200 | |
|---|---|---|
| committer | 2020-05-01 18:59:48 +0200 | |
| commit | 1af90f923e0d17cd70fc9ee4598a2cb263e54813 (patch) | |
| tree | 2af6242c3e2303f19e8dba1b285dad5c3ccaf74b /src/devices/sound/vgm_visualizer.h | |
| parent | a97d097b3b79e9fa395eabec4829dd82abc2ba47 (diff) | |
-cdplay: Created branch for experimental cd-player driver. [Ryan Holtz]cdplay
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]; |
