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:
nakeee 2008-10-04 22:07:55 +00:00
parent 8eef6f9cd5
commit 717a0d51e1
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#ifdef _WIN32
#include "DSoundStream.h"
#else
#include <unistd.h>
#endif
namespace {

View File

@ -22,6 +22,7 @@ files = [
"opcodes.cpp",
"Tools.cpp",
"main.cpp",
"Mixer.cpp",
"Logging/ReadPBs.cpp",
"Logging/Console.cpp",
"Logging/Logging.cpp",