This commit is contained in:
shenweip 2020-07-31 19:19:51 +08:00
parent 107d58a74b
commit fd619c9fc5

View file

@ -25,12 +25,15 @@
#include "Core/HLE/sceUsbMic.h"
#include "Core/CoreTiming.h"
#include "Core/MemMapHelpers.h"
#include "Windows/CaptureDevice.h"
#if defined(_WIN32) && !PPSSPP_PLATFORM(UWP) && !defined(__LIBRETRO__)
#define HAVE_WIN32_MICROPHONE
#endif
#ifdef HAVE_WIN32_MICROPHONE
#include "Windows/CaptureDevice.h"
#endif
enum {
SCE_USBMIC_ERROR_INVALID_MAX_SAMPLES = 0x80243806,
SCE_USBMIC_ERROR_INVALID_SAMPLERATE = 0x8024380A,