util/gfx.c: Add crude D3D9 window hook

This commit is contained in:
Tau
2018-11-08 15:58:15 -05:00
parent 851ea65609
commit 1eca0648f1
3 changed files with 111 additions and 0 deletions

View File

@ -15,6 +15,8 @@ util_lib = static_library(
'dprintf.h',
'dump.c',
'dump.h',
'gfx.c',
'gfx.h',
'setupapi.c',
'setupapi.h',
],