update config ref

This commit is contained in:
Wengier
2021-04-06 03:03:45 -04:00
parent 0f521c128c
commit 2eae5bfefc
3 changed files with 7 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
0.83.13
- Added "compresssaveparts" config option (in the
[dosbox] section) which when set to false will not
compress the components in saved states. (Wengier)
- When the current reported DOS version is less than
7.x and the user tries to mount a LBA or FAT32 disk
image, DOSBox-X will now show a message to ask if

View File

@@ -206,6 +206,7 @@ logfile =
# savefile: Select the default save file to save/load states. If specified it will be used instead of the save slot.
# saveremark: If set, the save state feature will ask users to enter remarks when saving a state.
# forceloadstate: If set, DOSBox-X will load a saved state even if it finds there is a mismatch in the DOSBox-X version, machine type, program name and/or the memory size.
#DOSBOX-X-ADV:# compresssaveparts: If set, DOSBox-X will compress components of saved states.
#DOSBOX-X-ADV:# skip encoding unchanged frames: Unchanged frames will not be sent to the video codec as a possible performance and bandwidth optimization.
#DOSBOX-X-ADV:# capture chroma format: Chroma format to use when capturing to H.264. 'auto' picks the best quality option.
#DOSBOX-X-ADV:# 4:4:4 Chroma is at full resolution. This provides the best quality, however not widely supported by editing software.
@@ -392,6 +393,7 @@ saveslot = 1
savefile =
saveremark = true
forceloadstate = false
#DOSBOX-X-ADV:compresssaveparts = true
#DOSBOX-X-ADV:skip encoding unchanged frames = false
#DOSBOX-X-ADV:capture chroma format = auto
#DOSBOX-X-ADV:capture format = default

View File

@@ -206,6 +206,7 @@ fileio = false
# savefile: Select the default save file to save/load states. If specified it will be used instead of the save slot.
# saveremark: If set, the save state feature will ask users to enter remarks when saving a state.
# forceloadstate: If set, DOSBox-X will load a saved state even if it finds there is a mismatch in the DOSBox-X version, machine type, program name and/or the memory size.
# compresssaveparts: If set, DOSBox-X will compress components of saved states.
# skip encoding unchanged frames: Unchanged frames will not be sent to the video codec as a possible performance and bandwidth optimization.
# capture chroma format: Chroma format to use when capturing to H.264. 'auto' picks the best quality option.
# 4:4:4 Chroma is at full resolution. This provides the best quality, however not widely supported by editing software.
@@ -392,6 +393,7 @@ saveslot = 1
savefile =
saveremark = true
forceloadstate = false
compresssaveparts = true
skip encoding unchanged frames = false
capture chroma format = auto
capture format = default