mirror of https://github.com/xqemu/xqemu.git
Revert "qemu-options.hx: mention retrace= VGA option"
This reverts commit 39dda26062
.
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
df8002103c
commit
e4558dcae8
|
@ -945,7 +945,7 @@ DEF("vga", HAS_ARG, QEMU_OPTION_vga,
|
||||||
"-vga [std|cirrus|vmware|qxl|xenfb|none]\n"
|
"-vga [std|cirrus|vmware|qxl|xenfb|none]\n"
|
||||||
" select video card type\n", QEMU_ARCH_ALL)
|
" select video card type\n", QEMU_ARCH_ALL)
|
||||||
STEXI
|
STEXI
|
||||||
@item -vga @var{type}[,@var{prop}=@var{value}[,...]]
|
@item -vga @var{type}
|
||||||
@findex -vga
|
@findex -vga
|
||||||
Select type of VGA card to emulate. Valid values for @var{type} are
|
Select type of VGA card to emulate. Valid values for @var{type} are
|
||||||
@table @option
|
@table @option
|
||||||
|
@ -970,12 +970,6 @@ Recommended choice when using the spice protocol.
|
||||||
@item none
|
@item none
|
||||||
Disable VGA card.
|
Disable VGA card.
|
||||||
@end table
|
@end table
|
||||||
Valid optional properties are
|
|
||||||
@table @option
|
|
||||||
@item retrace=dumb|precise
|
|
||||||
Select dumb (default) or precise VGA retrace logic, useful for some
|
|
||||||
DOS games/demos.
|
|
||||||
@end table
|
|
||||||
ETEXI
|
ETEXI
|
||||||
|
|
||||||
DEF("full-screen", 0, QEMU_OPTION_full_screen,
|
DEF("full-screen", 0, QEMU_OPTION_full_screen,
|
||||||
|
|
Loading…
Reference in New Issue