fix include for dsound.cpp
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1366 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
1d5b47527e
commit
37c4b8ee8e
|
@ -11,7 +11,7 @@
|
|||
// DirectSound8
|
||||
#define DIRECTSOUND_VERSION 0x0800
|
||||
#include <dsound.h>
|
||||
#include "common/ConfigManager.h"
|
||||
#include "../common/ConfigManager.h"
|
||||
|
||||
extern bool soundBufferLow;
|
||||
|
||||
|
|
Loading…
Reference in New Issue