(iOS) Change Smooth Video label to Bilinear filtering

This commit is contained in:
twinaphex 2013-06-13 22:29:10 +02:00
parent 5419c4ff30
commit 66c8eb525a

View File

@ -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"),