mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-09 13:55:42 +00:00
Remove D3D9 workarounds for Watcom.
The linked PRs have been merged since May.
This commit is contained in:
parent
2d7816e358
commit
5b9608e08c
|
@ -41,13 +41,6 @@
|
||||||
|
|
||||||
#include "SDL_shaders_d3d.h"
|
#include "SDL_shaders_d3d.h"
|
||||||
|
|
||||||
#ifdef __WATCOMC__
|
|
||||||
/* FIXME: Remove this once https://github.com/open-watcom/open-watcom-v2/pull/868 is merged */
|
|
||||||
#define D3DBLENDOP_REVSUBTRACT 3
|
|
||||||
/* FIXME: Remove this once https://github.com/open-watcom/open-watcom-v2/pull/869 is merged */
|
|
||||||
#define D3DERR_UNSUPPORTEDCOLOROPERATION MAKE_D3DHRESULT( 2073 )
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
SDL_Rect viewport;
|
SDL_Rect viewport;
|
||||||
|
|
Loading…
Reference in a new issue