mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
(UWP) Buildfix
This commit is contained in:
parent
213fd3a2e8
commit
6b73acee4e
@ -441,6 +441,8 @@ static void *xa_list_new(void *u)
|
||||
IXAudio2_Release(ixa2);
|
||||
|
||||
return sl;
|
||||
#elif defined(__WINRT__)
|
||||
return NULL;
|
||||
#else
|
||||
return mmdevice_list_new(u);
|
||||
#endif
|
||||
|
@ -874,7 +874,7 @@ AUDIO
|
||||
|
||||
#include "../audio/drivers/nullaudio.c"
|
||||
|
||||
#if defined(HAVE_WASAPI) || (_WIN32_WINNT >= 0x0602)
|
||||
#if defined(HAVE_WASAPI) || ((_WIN32_WINNT >= 0x0602) && !defined(__WINRT__))
|
||||
#include "../audio/common/mmdevice_common.c"
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user