mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue