GPU: small xbr doc update

This commit is contained in:
logarithm
2019-12-02 16:01:47 +02:00
parent ebd4d12468
commit 357e2424f4
2 changed files with 4 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ public enum UIScalingMode
LINEAR("Bilinear", 0),
MITCHELL("Bicubic (Mitchell)", 1),
CATMULL_ROM("Bicubic (Catmull-Rom)", 2),
XBR("XBR (best at 2x & above)", 3);
XBR("xBR (best at 2x & above)", 3);
private final String name;
private final int mode;