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