diff options
| author | 2015-04-05 01:46:12 +1100 | |
|---|---|---|
| committer | 2015-04-05 01:48:35 +1100 | |
| commit | 18ec0951bd1c3e8913ba554bd919113c6198c3eb (patch) | |
| tree | 650dbd6b8b7c4ee6f06ac5ba0e45682304511993 /makefile | |
| parent | 3725b2fdc632f8e04606d606b9ae73f105d2d6b4 (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-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
