mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
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
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue