Enable separate video thread by default, FPS drop is not too much
This commit is contained in:
@@ -103,7 +103,7 @@ class Globals {
|
||||
public static int TouchscreenCalibration[] = new int[4];
|
||||
public static String DataDir = new String("");
|
||||
public static boolean SmoothVideo = false;
|
||||
public static boolean MultiThreadedVideo = false;
|
||||
public static boolean MultiThreadedVideo = SwVideoMode;
|
||||
}
|
||||
|
||||
class LoadLibrary {
|
||||
|
||||
Reference in New Issue
Block a user