mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 19:56:06 +00:00
Take out DONT_HAVE_BITMAPFONTS
This commit is contained in:
parent
715eeb0062
commit
6200641ccf
@ -24,9 +24,7 @@ static const font_renderer_driver_t *font_backends[] = {
|
||||
#ifdef HAVE_FREETYPE
|
||||
&ft_font_renderer,
|
||||
#endif
|
||||
#if !defined(DONT_HAVE_BITMAPFONTS)
|
||||
&bitmap_font_renderer,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user