mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(D3D) Buildfixes
This commit is contained in:
parent
7578e0432e
commit
03e2873296
@ -37,6 +37,10 @@
|
||||
#define HAVE_WINDOW
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../../menu/menu_driver.h"
|
||||
#endif
|
||||
|
||||
#include "../../performance.h"
|
||||
|
||||
#include "../../defines/d3d_defines.h"
|
||||
@ -1506,7 +1510,7 @@ static bool d3d_frame(void *data, const void *frame,
|
||||
font_parms.y = msg_height;
|
||||
font_parms.scale = 21;
|
||||
#endif
|
||||
font_driver_render_msg(NULL, msg, &font_params);
|
||||
font_driver_render_msg(NULL, msg, &font_parms);
|
||||
}
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
|
Loading…
x
Reference in New Issue
Block a user