Move XADPCM.h file into audio folder
This commit is contained in:
parent
e30217f2ac
commit
00fa639a11
|
@ -114,7 +114,7 @@ file (GLOB CXBXR_HEADER_EMU
|
|||
"${CXBXR_ROOT_DIR}/src/common/audio/converter.hpp"
|
||||
"${CXBXR_ROOT_DIR}/src/common/util/gloffscreen/glextensions.h"
|
||||
"${CXBXR_ROOT_DIR}/src/common/util/gloffscreen/gloffscreen.h"
|
||||
"${CXBXR_ROOT_DIR}/src/common/XADPCM.h"
|
||||
"${CXBXR_ROOT_DIR}/src/common/audio/XADPCM.h"
|
||||
"${CXBXR_ROOT_DIR}/src/common/xbox/Logging.hpp"
|
||||
"${CXBXR_ROOT_DIR}/src/core/hle/D3D8/Direct3D9/CxbxVertexShaderTemplate.hlsl"
|
||||
"${CXBXR_ROOT_DIR}/src/core/hle/D3D8/Direct3D9/Direct3D9.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <mutex>
|
||||
#include <optional>
|
||||
|
||||
#include "common/XADPCM.h"
|
||||
#include "common/audio/XADPCM.h"
|
||||
#include "core/hle/DSOUND/XbDSoundTypes.h"
|
||||
#include "core/hle/DSOUND/common/windows/WFXformat.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue