Browse Source

Also enforce VNC when under WSL (sorry if you have X and SDL)

K. Lange 5 years ago
parent
commit
88affdf86b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -253,7 +253,7 @@ clean:
 	rm -f ${APPS_Y} ${LIBS_Y}
 
 ifneq (,$(findstring Microsoft,$(shell uname -r)))
-  QEMU_ARGS=-serial mon:stdio -m 1G -rtc base=localtime
+  QEMU_ARGS=-serial mon:stdio -m 1G -rtc base=localtime -vnc :0
 else
   QEMU_ARGS=-serial mon:stdio -m 1G -soundhw ac97,pcspk -enable-kvm -rtc base=localtime
 endif