mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-08 04:39:34 +00:00
Buildfix
This commit is contained in:
parent
b0398c1482
commit
9d74212a41
@ -720,7 +720,7 @@ static bool gfx_ctx_wl_set_resize(void *data, unsigned width, unsigned height)
|
||||
return true;
|
||||
}
|
||||
|
||||
static void gfx_ctx_wl_update_title(void *data, video_frame_info_t *video_info)
|
||||
static void gfx_ctx_wl_update_title(void *data, void *data2)
|
||||
{
|
||||
gfx_ctx_wayland_data_t *wl = (gfx_ctx_wayland_data_t*)data;
|
||||
char title[128];
|
||||
|
Loading…
x
Reference in New Issue
Block a user