mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(Lakka/GL) Take out HAVE_LAKKA hack in gl.c - animations/tweening needs to
be fixed though
This commit is contained in:
parent
6d99bb2e2a
commit
d9e31151ed
@ -616,7 +616,7 @@ void lakka_draw_icon(void *data, GLuint texture, float x, float y, float alpha,
|
||||
gl->coords.color = gl->white_color_ptr;
|
||||
}
|
||||
|
||||
void lakka_render(void *data)
|
||||
static void lakka_frame(void *data)
|
||||
{
|
||||
int i, j, k;
|
||||
struct font_output_list msg;
|
||||
@ -1011,8 +1011,8 @@ static void *lakka_init(void)
|
||||
const menu_ctx_driver_t menu_ctx_lakka = {
|
||||
NULL,
|
||||
NULL,
|
||||
lakka_render,
|
||||
NULL,
|
||||
lakka_frame,
|
||||
lakka_init,
|
||||
lakka_free,
|
||||
lakka_init_assets,
|
||||
|
@ -64,7 +64,6 @@ typedef struct
|
||||
|
||||
extern menu_category *categories;
|
||||
|
||||
void lakka_render(void *data);
|
||||
void lakka_switch_items(void);
|
||||
void lakka_switch_subitems(void);
|
||||
void lakka_open_submenu(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user