mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Move this lower in priority
This commit is contained in:
parent
b640e1cbe9
commit
1d9ea0297e
@ -84,12 +84,12 @@ int font_renderer_create_default(const void **data, void **handle,
|
||||
|
||||
#ifdef HAVE_D3D
|
||||
static const font_renderer_t *d3d_font_backends[] = {
|
||||
#if defined(_XBOX1)
|
||||
&d3d_xdk1_font,
|
||||
#elif defined(_XBOX360)
|
||||
&d3d_xbox360_font,
|
||||
#elif defined(_WIN32) && defined(HAVE_D3DX)
|
||||
&d3d_win32_font,
|
||||
#elif defined(_XBOX1)
|
||||
&d3d_xdk1_font,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user