mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
(iOS) Change Smooth Video label to Bilinear filtering
This commit is contained in:
parent
5419c4ff30
commit
66c8eb525a
@ -162,7 +162,7 @@ static RASettingData* custom_action(NSString* action, id data)
|
||||
nil],
|
||||
|
||||
[NSArray arrayWithObjects:@"Video",
|
||||
boolean_setting(config, @"video_smooth", @"Smooth Video", @"true"),
|
||||
boolean_setting(config, @"video_smooth", @"Bilinear filtering", @"true"),
|
||||
boolean_setting(config, @"video_crop_overscan", @"Crop Overscan", @"true"),
|
||||
boolean_setting(config, @"video_scale_integer", @"Integer Scaling", @"false"),
|
||||
aspect_setting(config, @"Aspect Ratio"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user