mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 14:02:33 -07:00
DSP/HLE: Implement Source processing
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user