diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2016-03-26 02:20:34 +0000 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-03-28 15:51:00 +0100 |
| commit | 2a99464ef1a35cb97cb94636d99779caa34f3cb7 (patch) | |
| tree | b666b55415ed0d71c774621799c7b6e8c0a36411 /src/audio_core/CMakeLists.txt | |
| parent | efd1c3f8c3f649b0fa3fec0b236e9a748fc34e98 (diff) | |
DSP: Implement audio filters (simple, biquad)
Diffstat (limited to 'src/audio_core/CMakeLists.txt')
| -rw-r--r-- | src/audio_core/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/audio_core/CMakeLists.txt b/src/audio_core/CMakeLists.txt index c4bad8cb0..869da5e83 100644 --- a/src/audio_core/CMakeLists.txt +++ b/src/audio_core/CMakeLists.txt @@ -2,13 +2,16 @@ set(SRCS audio_core.cpp codec.cpp hle/dsp.cpp + hle/filter.cpp hle/pipe.cpp ) set(HEADERS audio_core.h codec.h + hle/common.h hle/dsp.h + hle/filter.h hle/pipe.h sink.h ) |
