This commit is contained in:
Jonathan Campbell 2018-06-27 11:42:03 -07:00
parent a1f8b0c8e5
commit f9dab9ec86
2 changed files with 6 additions and 1 deletions

View File

@ -90,6 +90,7 @@ sst=false
# output: What video system to use for output. # output: What video system to use for output.
# Possible values: surface, overlay, opengl, openglnb, openglhq, ddraw. # Possible values: surface, overlay, opengl, openglnb, openglhq, ddraw.
# autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock) # autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock)
# synced: Mouse position reported will be exactly where user hand has moved to.
# sensitivity: Mouse sensitivity. # sensitivity: Mouse sensitivity.
# waitonerror: Wait before closing the console if dosbox has an error. # waitonerror: Wait before closing the console if dosbox has an error.
# priority: Priority levels for dosbox. Second entry behind the comma is for when dosbox is not focused/minimized. # priority: Priority levels for dosbox. Second entry behind the comma is for when dosbox is not focused/minimized.
@ -106,6 +107,7 @@ fullresolution=desktop
windowresolution=original windowresolution=original
output=surface output=surface
autolock=true autolock=true
synced=false
sensitivity=100 sensitivity=100
waitonerror=true waitonerror=true
priority=higher,normal priority=higher,normal
@ -386,6 +388,8 @@ showmenu=true
# try setting this option. Else, leave it turned off. Changes to other VGA CRTC registers will trigger # try setting this option. Else, leave it turned off. Changes to other VGA CRTC registers will trigger
# a DOSBox mode change as normal regardless of this setting. # a DOSBox mode change as normal regardless of this setting.
# enable pci bus: Enable PCI bus emulation # enable pci bus: Enable PCI bus emulation
# vga palette update on full load: If set, all three bytes of the palette entry must be loaded before taking the color,
# which is fairly typical SVGA behavior. If not set, partial changes are allowed.
# ignore odd-even mode in non-cga modes: Some demoscene productions use VGA Mode X but accidentally enable odd/even mode. # ignore odd-even mode in non-cga modes: Some demoscene productions use VGA Mode X but accidentally enable odd/even mode.
# Setting this option can correct for that and render the demo properly. # Setting this option can correct for that and render the demo properly.
# This option forces VGA emulation to ignore odd/even mode except in text and CGA modes. # This option forces VGA emulation to ignore odd/even mode except in text and CGA modes.
@ -489,6 +493,7 @@ ignore vblank wraparound=false
enable vga resize delay=false enable vga resize delay=false
resize only on vga active display width increase=false resize only on vga active display width increase=false
enable pci bus=true enable pci bus=true
vga palette update on full load=true
ignore odd-even mode in non-cga modes=false ignore odd-even mode in non-cga modes=false
[render] [render]

View File

@ -1,3 +1,3 @@
/*auto-generated*/ /*auto-generated*/
#define UPDATED_STR "Jun 23, 2018 8:13:20am" #define UPDATED_STR "Jun 27, 2018 11:42:01am"
#define COPYRIGHT_END_YEAR "2018" #define COPYRIGHT_END_YEAR "2018"