mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue