diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/sound.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index 88b26e71285..d1028cceeb6 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1541,3 +1541,17 @@ if (SOUNDS["SWP30"]~=null) then MAME_DIR .. "src/devices/sound/swp30.h", } end + +--------------------------------------------------- +-- +--@src/devices/sound/vgm_visualizer.h,SOUNDS["VGMVIZ"] = true +--------------------------------------------------- + +if (SOUNDS["VGMVIZ"]~=null) then + files { + MAME_DIR .. "src/devices/sound/vgm_visualizer.cpp", + MAME_DIR .. "src/devices/sound/vgm_visualizer.h", + MAME_DIR .. "src/devices/sound/fft.cpp", + MAME_DIR .. "src/devices/sound/fft.h", + } +end |