mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Remove obsolete env var usage
From what I can find on the internet, SDL nowadays doesn't enable this option by default anymore anyway.
This commit is contained in:
parent
94c995e38d
commit
25ed25340b
@ -1,6 +1,6 @@
|
||||
# Configuration file for QEMU
|
||||
|
||||
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(QEMU_ARCH)
|
||||
QEMU=qemu-system-$(QEMU_ARCH)
|
||||
QEMUFLAGS=-d guest_errors -name "Redox OS $(ARCH)"
|
||||
netboot?=no
|
||||
redoxer?=no
|
||||
|
||||
Loading…
Reference in New Issue
Block a user