mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
video_frame_info - remove more unused settings
This commit is contained in:
parent
3f98cbc52d
commit
26c6c34817
@ -22941,7 +22941,6 @@ void video_driver_build_info(video_frame_info_t *video_info)
|
||||
video_info->memory_show = settings->bools.video_memory_show;
|
||||
video_info->statistics_show = settings->bools.video_statistics_show;
|
||||
video_info->framecount_show = settings->bools.video_framecount_show;
|
||||
video_info->scale_integer = settings->bools.video_scale_integer;
|
||||
video_info->aspect_ratio_idx = settings->uints.video_aspect_ratio_idx;
|
||||
video_info->post_filter_record = settings->bools.video_post_filter_record;
|
||||
video_info->input_menu_swap_ok_cancel_buttons = settings->bools.input_menu_swap_ok_cancel_buttons;
|
||||
|
@ -1108,7 +1108,6 @@ typedef struct video_frame_info
|
||||
bool memory_show;
|
||||
bool statistics_show;
|
||||
bool framecount_show;
|
||||
bool scale_integer;
|
||||
bool post_filter_record;
|
||||
bool windowed_fullscreen;
|
||||
bool fullscreen;
|
||||
|
Loading…
x
Reference in New Issue
Block a user