Prepare for release

This commit is contained in:
Jonathan Campbell 2024-12-02 17:49:33 -08:00
parent aae80506fe
commit 5760a53ef8
5 changed files with 9 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<category>Emulation</category>
</categories>
<releases>
<release version="@PACKAGE_VERSION@" date="2024-10-1"/>
<release version="@PACKAGE_VERSION@" date="2024-12-2"/>
</releases>
<screenshots>
<screenshot type="default">

View File

@ -2341,6 +2341,7 @@ timeout = 0
# startwait: Specify whether DOSBox-X should wait for the host system applications after they are started.
# startquiet: If set, before launching host system applications to run on the host DOSBox-X will not show messages like "Now run it as a Windows application".
#DOSBOX-X-ADV:# startincon: START command will start these commands (separated by space) in a console and wait for a key press before exiting.
# startnopause: If set, DOSBox-X will not pause after host command execution is completed.
# vmware: Enable VMware interface emulation including guest mouse integration (when used along with e.g. VMware mouse driver for Windows 3.x).
# int33: Enable INT 33H for mouse support.
#DOSBOX-X-ADV:# int33 max x: For guest to host cursor integration with DOS games, assume the maximum reported X coordinate has this value, if this is nonzero.
@ -2477,6 +2478,7 @@ starttranspath = true
startwait = true
startquiet = false
#DOSBOX-X-ADV:startincon = assoc attrib chcp copy dir echo for ftype help if set type ver vol xcopy
startnopause = false
vmware = true
int33 = true
#DOSBOX-X-ADV:int33 max x = 0

View File

@ -1124,6 +1124,7 @@ timeout = 0
# starttranspath: Specify whether DOSBox-X should automatically translate all paths in the command-line to host system paths when starting programs to run on the host system.
# startwait: Specify whether DOSBox-X should wait for the host system applications after they are started.
# startquiet: If set, before launching host system applications to run on the host DOSBox-X will not show messages like "Now run it as a Windows application".
# startnopause: If set, DOSBox-X will not pause after host command execution is completed.
# vmware: Enable VMware interface emulation including guest mouse integration (when used along with e.g. VMware mouse driver for Windows 3.x).
# int33: Enable INT 33H for mouse support.
# mouse report rate: Mouse reporting rate, or 0 for auto. This affects how often mouse events are reported to the guest through the mouse interrupt.
@ -1175,6 +1176,7 @@ startcmd = false
starttranspath = true
startwait = true
startquiet = false
startnopause = false
vmware = true
int33 = true
mouse report rate = 0

View File

@ -2281,6 +2281,7 @@ timeout = 0
# startwait: Specify whether DOSBox-X should wait for the host system applications after they are started.
# startquiet: If set, before launching host system applications to run on the host DOSBox-X will not show messages like "Now run it as a Windows application".
# startincon: START command will start these commands (separated by space) in a console and wait for a key press before exiting.
# startnopause: If set, DOSBox-X will not pause after host command execution is completed.
# vmware: Enable VMware interface emulation including guest mouse integration (when used along with e.g. VMware mouse driver for Windows 3.x).
# int33: Enable INT 33H for mouse support.
# int33 max x: For guest to host cursor integration with DOS games, assume the maximum reported X coordinate has this value, if this is nonzero.
@ -2413,6 +2414,7 @@ starttranspath = true
startwait = true
startquiet = false
startincon = assoc attrib chcp copy dir echo for ftype help if set type ver vol xcopy
startnopause = false
vmware = true
int33 = true
int33 max x = 0

View File

@ -1,4 +1,4 @@
/*auto-generated*/
#define UPDATED_STR "Oct 1, 2024 11:12:12pm"
#define GIT_COMMIT_HASH "70ade1c"
#define UPDATED_STR "Dec 2, 2024 5:47:59pm"
#define GIT_COMMIT_HASH "aae8050"
#define COPYRIGHT_END_YEAR "2024"