mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
Take this out
This commit is contained in:
parent
c691bbaedc
commit
6f26a9b97e
@ -45,11 +45,7 @@ static void *d3dfonts_w32_init_font(void *video_data,
|
|||||||
uint32_t r, g, b;
|
uint32_t r, g, b;
|
||||||
d3dfonts_t *d3dfonts = NULL;
|
d3dfonts_t *d3dfonts = NULL;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
#if defined(HAVE_D3D8)
|
|
||||||
D3DXPASS_DESC desc = {
|
|
||||||
#else
|
|
||||||
D3DXFONT_DESC desc = {
|
D3DXFONT_DESC desc = {
|
||||||
#endif
|
|
||||||
(int)(font_size), 0, 400, 0,
|
(int)(font_size), 0, 400, 0,
|
||||||
false, DEFAULT_CHARSET,
|
false, DEFAULT_CHARSET,
|
||||||
OUT_TT_PRECIS,
|
OUT_TT_PRECIS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user