mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Update init_first function
This commit is contained in:
parent
66198fffb6
commit
51202f7f0a
@ -29,7 +29,7 @@ static const d3d_font_renderer_t *d3d_font_backends[] = {
|
||||
|
||||
bool d3d_font_init_first(
|
||||
const void **font_driver, void **font_handle,
|
||||
void *video_data, const char *font_path, unsigned font_size)
|
||||
void *video_data, const char *font_path, float font_size)
|
||||
{
|
||||
unsigned i;
|
||||
|
||||
|
@ -44,7 +44,7 @@ extern d3d_font_renderer_t d3d_win32_font;
|
||||
|
||||
bool d3d_font_init_first(
|
||||
const void **font_driver, void **font_handle,
|
||||
void *video_data, const char *font_path, unsigned font_size);
|
||||
void *video_data, const char *font_path, float font_size);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user