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:
bjorn3 2026-03-01 16:49:07 +01:00
parent 94c995e38d
commit 25ed25340b

View File

@ -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