mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
BuildFix
This commit is contained in:
parent
107d58a74b
commit
fd619c9fc5
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue