(Lakka/XMB) Build fixes

This commit is contained in:
twinaphex 2014-11-08 14:42:08 +01:00
parent f8a73398c4
commit 20df9d5524
2 changed files with 2 additions and 2 deletions

View File

@ -680,7 +680,7 @@ static bool lakka_font_init_first(const gl_font_renderer_t **font_driver,
}
return gl_font_init_first(font_driver, font_handle, video_data,
font_path, font_size);
font_path, lakka_font_size);
}
static void lakka_context_destroy(void *data)

View File

@ -892,7 +892,7 @@ static bool xmb_font_init_first(const gl_font_renderer_t **font_driver,
}
return gl_font_init_first(font_driver, font_handle, video_data,
font_path, font_size);
font_path, xmb_font_size);
}
static void xmb_context_reset(void *data)