mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(D3D) Buildfix
This commit is contained in:
parent
fd291f14ef
commit
2a9915f80d
@ -1744,7 +1744,7 @@ static uint32_t d3d10_get_flags(void *data)
|
|||||||
return flags;
|
return flags;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __WINRT__
|
#ifndef __WINRT__
|
||||||
static void d3d10_get_video_output_size(void *data,
|
static void d3d10_get_video_output_size(void *data,
|
||||||
unsigned *width, unsigned *height)
|
unsigned *width, unsigned *height)
|
||||||
{
|
{
|
||||||
|
@ -1827,7 +1827,7 @@ static uint32_t d3d11_get_flags(void *data)
|
|||||||
return flags;
|
return flags;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __WINRT__
|
#ifndef __WINRT__
|
||||||
static void d3d11_get_video_output_size(void *data,
|
static void d3d11_get_video_output_size(void *data,
|
||||||
unsigned *width, unsigned *height)
|
unsigned *width, unsigned *height)
|
||||||
{
|
{
|
||||||
|
@ -1830,7 +1830,7 @@ static uint32_t d3d12_get_flags(void *data)
|
|||||||
return flags;
|
return flags;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __WINRT__
|
#ifndef __WINRT__
|
||||||
static void d3d12_get_video_output_size(void *data,
|
static void d3d12_get_video_output_size(void *data,
|
||||||
unsigned *width, unsigned *height)
|
unsigned *width, unsigned *height)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user