mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Added NullSound to CMake
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6330 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0af0929a88
commit
61c847eecc
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
set(SRCS Src/AudioCommon.cpp
|
set(SRCS Src/AudioCommon.cpp
|
||||||
Src/AudioCommonConfig.cpp
|
Src/AudioCommonConfig.cpp
|
||||||
Src/Mixer.cpp
|
Src/Mixer.cpp
|
||||||
Src/WaveFile.cpp)
|
Src/WaveFile.cpp
|
||||||
|
Src/DSoundStream.cpp)
|
||||||
|
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue