Update legacy.sh

This commit is contained in:
Kroese
2026-08-24 15:29:07 +02:00
committed by GitHub
parent f31e9addd6
commit 2a25cede86
+3
View File
@@ -30,6 +30,9 @@ setMachine() {
"winnt4" )
writeState "vga" "cirrus" || return 1 ;;
"win2k"* | "winxp"* | "win2003"* )
writeState "vga" "vmware" || return 1 ;;
*) writeState "vga" "std" || return 1 ;;