mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
VS2019: SDL1 ARM builds cannot use DDraw vide output at this time, key GUID and IID symbols do not exist it seems.
This commit is contained in:
@@ -164,8 +164,13 @@ typedef unsigned int uintptr_t;
|
|||||||
#endif
|
#endif
|
||||||
#ifndef _WIN32_WCE
|
#ifndef _WIN32_WCE
|
||||||
// FIXME: DirectX/DirectDraw video driver needs to be fixed to work with the async mode
|
// FIXME: DirectX/DirectDraw video driver needs to be fixed to work with the async mode
|
||||||
|
#if defined(_M_ARM) && !defined(_M_ARM64)
|
||||||
|
/* FIXME: Build failures on VS2019 ARM SDL1: Unresolved external GUID_XAxis, etc.
|
||||||
|
Your ARM-based Surface tablets will have to go without DX/DDraw support for now, sorry --J.C. */
|
||||||
|
#else
|
||||||
#define SDL_VIDEO_DRIVER_DDRAW 1
|
#define SDL_VIDEO_DRIVER_DDRAW 1
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#define SDL_VIDEO_DRIVER_DUMMY 1
|
#define SDL_VIDEO_DRIVER_DUMMY 1
|
||||||
#define SDL_VIDEO_DRIVER_WINDIB 1
|
#define SDL_VIDEO_DRIVER_WINDIB 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user