mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
fix single width chars for SarasaGothicFixed/CCED etc
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# If you end up with small window on a large screen, try an output different from surface.
|
||||
# windowresolution: Scale the window to this size IF the output device supports hardware scaling.
|
||||
# (output=surface does not!)
|
||||
# windowposition: Set the window position at startup in the positionX,positionY format (e.g.: 1300,200)
|
||||
# windowposition: Set the window position at startup in the positionX,positionY format (e.g.: 1300,200). If empty, the window will be centered.
|
||||
# display: Specify a screen/display number to use for a multi-screen setup (0 = default).
|
||||
# output: What video system to use for output (openglnb = OpenGL nearest; openglpp = OpenGL perfect; ttf = TrueType font output).
|
||||
# Possible values: default, surface, overlay, ttf, opengl, openglnb, openglhq, openglpp, ddraw, direct3d.
|
||||
@@ -2038,12 +2038,12 @@ timeout = 0
|
||||
# Long filename (LFN) support will be enabled with a reported DOS version of 7.0 or higher with "lfn=auto" (default).
|
||||
# Similarly, FAT32 disk images will be supported with a reported DOS version of 7.1 or higher.
|
||||
#
|
||||
# shellhigh: Load the DOSBox-X command shell into the upper memory when the UMB is available.
|
||||
# If set to auto (default), it is enabled if the reported DOS version is at least 7.0.
|
||||
# Possible values: true, false, 1, 0, auto.
|
||||
# lfn: Enable long filename support. If set to auto (default), it is enabled if the reported DOS version is at least 7.0.
|
||||
# If set to autostart, the builtin VER command won't activate/disactivate LFN support according to the reported DOS version.
|
||||
# Possible values: true, false, 1, 0, auto, autostart.
|
||||
# shellhigh: Load the DOSBox-X command shell into the upper memory when the UMB is available.
|
||||
# If set to auto (default), it is enabled if the reported DOS version is at least 7.0.
|
||||
# Possible values: true, false, 1, 0, auto.
|
||||
# automount: Enable automatic drive mounting in Windows.
|
||||
# automountall: Automatically mount all available Windows drives at start.
|
||||
# Possible values: true, false, 1, 0, quiet.
|
||||
@@ -2148,8 +2148,8 @@ keep private area on boot = auto
|
||||
private area in umb = true
|
||||
quick reboot = false
|
||||
ver =
|
||||
shellhigh = auto
|
||||
lfn = auto
|
||||
shellhigh = auto
|
||||
automount = true
|
||||
automountall = false
|
||||
mountwarning = true
|
||||
|
Reference in New Issue
Block a user