mirror of https://github.com/snes9xgit/snes9x.git
Win32: use generic DirectX error library (gocha)
This commit is contained in:
parent
85d30d5c5f
commit
8cf6950c3d
|
@ -176,7 +176,7 @@
|
|||
|
||||
#pragma comment( lib, "d3d9" )
|
||||
#pragma comment( lib, "d3dx9" )
|
||||
#pragma comment( lib, "DxErr9" )
|
||||
#pragma comment( lib, "DxErr" )
|
||||
|
||||
#include "cdirect3d.h"
|
||||
#include "win32_display.h"
|
||||
|
|
Loading…
Reference in New Issue