mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 00:57:57 -05:00
Merge pull request #1723 from MerryMage/audio-interp
AudioCore: Implement interpolation
This commit is contained in:
@ -4,6 +4,7 @@ set(SRCS
|
||||
hle/dsp.cpp
|
||||
hle/filter.cpp
|
||||
hle/pipe.cpp
|
||||
interpolate.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
@ -13,6 +14,7 @@ set(HEADERS
|
||||
hle/dsp.h
|
||||
hle/filter.h
|
||||
hle/pipe.h
|
||||
interpolate.h
|
||||
sink.h
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user