mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 06:10:00 +01:00
9 lines
179 B
C++
9 lines
179 B
C++
#include "stdafx_d3d12.h"
|
|
|
|
#ifdef _MSC_VER
|
|
#pragma comment(lib, "d2d1")
|
|
#pragma comment(lib, "DXGI")
|
|
#pragma comment(lib, "Dwrite")
|
|
#pragma comment(lib, "d3dcompiler.lib")
|
|
#endif
|