mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
(Griffin) Ifdef d3d_w32_font.cpp with HAVE_WIN32_D3D9
This commit is contained in:
parent
0da1294755
commit
b9d43eb1fb
@ -257,7 +257,7 @@ FONTS
|
||||
#include "../gfx/fonts/d3d_font.c"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#if defined(HAVE_WIN32_D3D9)
|
||||
#include "../gfx/fonts/d3d_w32_font.cpp"
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user