mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +00:00
Buildfixes
This commit is contained in:
parent
684e83ef30
commit
d1b6a865c4
@ -781,7 +781,7 @@ static bool video_driver_init_internal(void)
|
||||
video.force_aspect = settings->bools.video_force_aspect;
|
||||
#ifdef GEKKO
|
||||
video.viwidth = settings->video.viwidth;
|
||||
video.vfilter = settings->video.vfilter;
|
||||
video.vfilter = settings->bools.video_vfilter;
|
||||
#endif
|
||||
video.smooth = settings->bools.video_smooth;
|
||||
video.input_scale = scale;
|
||||
|
@ -3434,7 +3434,7 @@ static bool setting_append_list(
|
||||
|
||||
CONFIG_BOOL(
|
||||
list, list_info,
|
||||
&settings->video.vfilter,
|
||||
&settings->bools.video_vfilter,
|
||||
MENU_ENUM_LABEL_VIDEO_VFILTER,
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_VFILTER,
|
||||
video_vfilter,
|
||||
|
Loading…
Reference in New Issue
Block a user