mirror of
https://github.com/dockur/windows.git
synced 2026-09-14 05:43:02 +01:00
feat: Default to SVGA device for Windows 95/98/ME (#2194)
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ setMachine() {
|
||||
"winnt4" )
|
||||
writeState "vga" "cirrus" || return 1 ;;
|
||||
|
||||
"win2k"* | "winxp"* | "win2003"* )
|
||||
"win9"* | "win2k"* | "winxp"* | "win2003"* )
|
||||
writeState "vga" "vmware" || return 1 ;;
|
||||
|
||||
*) writeState "vga" "std" || return 1 ;;
|
||||
|
||||
Reference in New Issue
Block a user