mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-30 01:56:27 +02:00
8 lines
139 B
C++
8 lines
139 B
C++
#include "stdafx_d3d12.h"
|
|
|
|
#ifdef _MSC_VER
|
|
#pragma comment(lib, "d2d1")
|
|
#pragma comment(lib, "DXGI")
|
|
#pragma comment(lib, "Dwrite")
|
|
#endif
|