move blip_buf to extern
so it can be used by other cores
This commit is contained in:
parent
2078949093
commit
4c166b9b5a
|
@ -146,7 +146,7 @@ else()
|
|||
set(MAKE_BUNDLE OFF)
|
||||
endif()
|
||||
|
||||
set(DEPENDENCIES_INCLUDE_DIRS extern/IconFontCppHeaders src/icon)
|
||||
set(DEPENDENCIES_INCLUDE_DIRS extern/IconFontCppHeaders extern/blip_buf src/icon)
|
||||
|
||||
if (ANDROID AND NOT TERMUX)
|
||||
set(DEPENDENCIES_DEFINES "IS_MOBILE")
|
||||
|
@ -542,6 +542,8 @@ extern/YM2608-LLE/fmopna_2612.c
|
|||
|
||||
extern/pwrnoise/pwrnoise.c
|
||||
|
||||
extern/blip_buf/blip_buf.c
|
||||
|
||||
src/pch.cpp
|
||||
|
||||
src/engine/platform/sound/sn76496.cpp
|
||||
|
@ -701,7 +703,6 @@ src/engine/fileOps/pps.cpp
|
|||
src/engine/fileOps/pvi.cpp
|
||||
src/engine/fileOps/pzi.cpp
|
||||
|
||||
src/engine/blip_buf.c
|
||||
src/engine/brrUtils.c
|
||||
src/engine/safeReader.cpp
|
||||
src/engine/safeWriter.cpp
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define __MDFN_HW_SOUND_PCE_PSG_PCE_PSG_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "../../blip_buf.h"
|
||||
#include "blip_buf.h"
|
||||
#include "../../dispatch.h"
|
||||
|
||||
class PCE_PSG;
|
||||
|
|
Loading…
Reference in a new issue