diff options
author | 2020-03-04 22:41:15 +1100 | |
---|---|---|
committer | 2020-03-04 22:41:15 +1100 | |
commit | 11ac7454dbc1b905d0d89880b93554a18c126ae4 (patch) | |
tree | 8be41a29e6d68088bbf58167bf9429c682f864b9 /scripts/src/sound.lua | |
parent | 4080e50b9e51bddbeb234a70dca19f6b64cc4ec7 (diff) |
Maintenance:
* Removed empty nl_examples from dist.mak
* Added copyright acknowledgements and full text of licenses to binary distribution
* Fixed up the list of third-party libraries
* Moved WDL fft.c to 3rdparty
Diffstat (limited to 'scripts/src/sound.lua')
-rw-r--r-- | scripts/src/sound.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index d1028cceeb6..fdf1ea43f66 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -1551,7 +1551,5 @@ 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 |