mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 23:42:41 +00:00
DSP: Implement audio codecs (PCM8, PCM16, ADPCM)
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
set(SRCS
|
||||
audio_core.cpp
|
||||
codec.cpp
|
||||
hle/dsp.cpp
|
||||
hle/pipe.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
audio_core.h
|
||||
codec.h
|
||||
hle/dsp.h
|
||||
hle/pipe.h
|
||||
sink.h
|
||||
|
||||
Reference in New Issue
Block a user