mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Fix compilation error for older MSVC versions - cannot handle two ';'
one after another
This commit is contained in:
parent
5a0c0a26e3
commit
a989cfb987
@ -2897,7 +2897,7 @@ static void ozone_frame(void *data, video_frame_info_t *video_info)
|
||||
bool input_menu_swap_ok_cancel_buttons = video_info->input_menu_swap_ok_cancel_buttons;
|
||||
bool battery_level_enable = video_info->battery_level_enable;
|
||||
bool timedate_enable = video_info->timedate_enable;
|
||||
gfx_display_t *p_disp = (gfx_display_t*)video_info->disp_userdata;;
|
||||
gfx_display_t *p_disp = (gfx_display_t*)video_info->disp_userdata;
|
||||
gfx_animation_t *p_anim = anim_get_ptr();
|
||||
gfx_display_ctx_driver_t *dispctx = p_disp->dispctx;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user