mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 00:57:56 -05: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