mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(MSVC) Buildfix for Cg renderchain
This commit is contained in:
parent
3f1ae25713
commit
64b36ef5d8
@ -37,6 +37,10 @@
|
|||||||
#include "../../configuration.h"
|
#include "../../configuration.h"
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma comment(lib, "cgd3d9")
|
||||||
|
#endif
|
||||||
|
|
||||||
#define D3D_DEFAULT_NONPOW2 ((UINT)-2)
|
#define D3D_DEFAULT_NONPOW2 ((UINT)-2)
|
||||||
#define D3D_FILTER_LINEAR (3 << 0)
|
#define D3D_FILTER_LINEAR (3 << 0)
|
||||||
#define D3D_FILTER_POINT (2 << 0)
|
#define D3D_FILTER_POINT (2 << 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user