mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Buildfixes
This commit is contained in:
parent
9f6a5e35de
commit
b7bc1fc51d
@ -59,6 +59,7 @@ static void gfx_widget_achievement_popup_free_current(
|
||||
|
||||
static bool gfx_widget_achievement_popup_init(
|
||||
gfx_display_t *p_disp,
|
||||
gfx_animation_t *p_anim,
|
||||
bool video_is_threaded, bool fullscreen)
|
||||
{
|
||||
gfx_widget_achievement_popup_state_t* state = &p_w_achievement_popup_st;
|
||||
|
@ -52,6 +52,7 @@ typedef struct gfx_widget_screenshot_state gfx_widget_screenshot_state_t;
|
||||
|
||||
static gfx_widget_screenshot_state_t p_w_screenshot_st = {
|
||||
0, /* texture */
|
||||
NULL, /* p_anim */
|
||||
0, /* texture_width */
|
||||
0, /* texture_height */
|
||||
0, /* height */
|
||||
|
Loading…
x
Reference in New Issue
Block a user