summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-04-05 01:46:12 +1100
committer Vas Crabb <vas@vastheman.com>2015-04-05 01:48:35 +1100
commit18ec0951bd1c3e8913ba554bd919113c6198c3eb (patch)
tree650dbd6b8b7c4ee6f06ac5ba0e45682304511993 /makefile
parent3725b2fdc632f8e04606d606b9ae73f105d2d6b4 (diff)
Add a simple CoreAudio sound output module
It doesn't provide facilities for AU effects, although that could be added pretty easily if someone wants to. Advantages over SDL sound output are simpler code and lower latency.
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 5f8be84310b..75314f21f87 100644
--- a/makefile
+++ b/makefile
@@ -464,6 +464,7 @@ SCRIPTS = scripts/genie.lua \
scripts/src/main.lua \
scripts/src/3rdparty.lua \
scripts/src/cpu.lua \
+ scripts/src/osd/modules.lua \
$(wildcard scripts/src/osd/$(OSD)*.lua) \
scripts/src/sound.lua \
scripts/src/tools.lua \