mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 06:25:46 +00:00
DSP/HLE: Implement Source processing
This commit is contained in:
parent
022b08da7d
commit
f0cc8dc9ed
7 changed files with 496 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue