initial commit

This commit is contained in:
xoureldeen 2024-08-28 22:55:24 +03:00
parent a88504fe3e
commit 250d795823
8 changed files with 79 additions and 8 deletions

View file

@ -64,7 +64,7 @@ public class Config {
public static boolean enableSMPOnlyOnKVM = false;
//set to true if you need to debug native library loading
public static boolean loadNativeLibsEarly = false;
public static boolean loadNativeLibsEarly = false;
//XXX: QEMU 3.1.0 needs the libraries to be loaded from the main thread
public static boolean loadNativeLibsMainThread = true;
@ -174,7 +174,7 @@ public class Config {
public static String machinename = "VECTRAS";
public static int paused = 0;
public static String ui = "VNC";
public static String ui = "X11";
public static boolean maxPriority = false;
public static final String defaultVNCColorMode = COLORMODEL.C24bit.nameString();
public static final ScaleType defaultFullscreenScaleMode = ScaleType.FIT_CENTER;