Added texture filtering setting

This commit is contained in:
pelya
2011-01-06 11:27:45 +00:00
parent 156e802690
commit 62acddf82f
14 changed files with 118 additions and 31 deletions

View File

@@ -92,6 +92,7 @@ class Globals {
public static int MultitouchGestureSensitivity = 1;
public static int TouchscreenCalibration[] = new int[4];
public static String DataDir = new String("");
public static boolean SmoothVideo = false;
}
class LoadLibrary {