diff options
| author | nakeee <nakeee@gmail.com> | 2009-03-26 09:29:14 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-03-26 09:29:14 +0000 |
| commit | fff663e8c714b60a4325bf420a8b0d49c126bd13 (patch) | |
| tree | b98c248c4e70e4129861531cd60d55865804acbd /Source/Core/AudioCommon/Src/SConscript | |
| parent | d7038fea173f79b26e432a2fb7b82c6d23cf88ce (diff) | |
Attempt to move mixer to audio common, it's a bit more complicated than I expected
so please check I didn't break anything in hle
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2756 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/AudioCommon/Src/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/Src/SConscript b/Source/Core/AudioCommon/Src/SConscript index 1d973c66ac..4979919b46 100644 --- a/Source/Core/AudioCommon/Src/SConscript +++ b/Source/Core/AudioCommon/Src/SConscript @@ -5,6 +5,8 @@ Import('env') files = [ 'AOSoundStream.cpp', 'WaveFile.cpp', + 'Mixer.cpp', + 'AudioCommon.cpp', ] env_audiocommon = env.Clone() |
