diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2016-04-25 08:54:57 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-05-03 20:58:28 +0100 |
| commit | b242bdf9458642201bab4f1f884556ef73051554 (patch) | |
| tree | 7b9a28ecb540c158b4632b9a4c4889f1e19502a6 /src/audio_core/CMakeLists.txt | |
| parent | c1f0044a4b10bdff45464e5957f7950a6059d0c9 (diff) | |
DSP/HLE: Implement Source processing
Diffstat (limited to 'src/audio_core/CMakeLists.txt')
| -rw-r--r-- | src/audio_core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio_core/CMakeLists.txt b/src/audio_core/CMakeLists.txt index 5a2747e78..4cd7aba67 100644 --- a/src/audio_core/CMakeLists.txt +++ b/src/audio_core/CMakeLists.txt @@ -4,6 +4,7 @@ set(SRCS hle/dsp.cpp hle/filter.cpp hle/pipe.cpp + hle/source.cpp interpolate.cpp sink_details.cpp ) @@ -15,6 +16,7 @@ set(HEADERS hle/dsp.h hle/filter.h hle/pipe.h + hle/source.h interpolate.h null_sink.h sink.h |
