Added NullSound to CMake without typo
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6331 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
61c847eecc
commit
d5c941a3ba
|
@ -2,7 +2,7 @@ set(SRCS Src/AudioCommon.cpp
|
|||
Src/AudioCommonConfig.cpp
|
||||
Src/Mixer.cpp
|
||||
Src/WaveFile.cpp
|
||||
Src/DSoundStream.cpp)
|
||||
Src/NullSoundStream.cpp)
|
||||
|
||||
|
||||
if(APPLE)
|
||||
|
|
Loading…
Reference in New Issue