mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 06:25:46 +00:00
DSP/HLE: Implement mixer processing
This commit is contained in:
parent
be941f1ecf
commit
8a1bd3ee7a
5 changed files with 311 additions and 11 deletions
|
@ -3,6 +3,7 @@ set(SRCS
|
|||
codec.cpp
|
||||
hle/dsp.cpp
|
||||
hle/filter.cpp
|
||||
hle/mixers.cpp
|
||||
hle/pipe.cpp
|
||||
hle/source.cpp
|
||||
interpolate.cpp
|
||||
|
@ -16,6 +17,7 @@ set(HEADERS
|
|||
hle/common.h
|
||||
hle/dsp.h
|
||||
hle/filter.h
|
||||
hle/mixers.h
|
||||
hle/pipe.h
|
||||
hle/source.h
|
||||
interpolate.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue