added the mixer.cpp to LLE on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@772 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8eef6f9cd5
commit
717a0d51e1
|
@ -25,6 +25,8 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include "DSoundStream.h"
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
|
|
@ -22,6 +22,7 @@ files = [
|
|||
"opcodes.cpp",
|
||||
"Tools.cpp",
|
||||
"main.cpp",
|
||||
"Mixer.cpp",
|
||||
"Logging/ReadPBs.cpp",
|
||||
"Logging/Console.cpp",
|
||||
"Logging/Logging.cpp",
|
||||
|
|
Loading…
Reference in New Issue