This commit is contained in:
Wengier 2021-05-31 17:04:40 -04:00
parent 92838aa63b
commit 5861891791
3 changed files with 4 additions and 1 deletions

View File

@ -185,6 +185,8 @@
for the game Buck Rogers. (Wengier)
- Fixed Windows detection for the game "Tex Murphy:
Under a Killing Moon". (Wengier)
- Fixed serial ports 5-9 may not be usable with real
serial ports (directserial). (Wengier)
- Fixed issues related to screen dimensions in TTF
output in CGA/EGA modes since 0.83.12. (Wengier)
- Updated Windows installer to use the latest Inno

View File

@ -82,7 +82,6 @@ Escribiendo archivo idioma %s◙
.
:PROGRAM_CONFIG_USAGE
Utilidad de configuración por comandos de DOSBox-X. Opciones admitidas:
-wc (o -writeconf) sin parámetro: Escribe en archivo primario config cargado.
-wc (o -writeconf) con nombre de archivo: Escribe archivo al dir. de config.
-wl (o -writelang) con nombre de archivo: Escribe cadenas del idioma actual.

View File

@ -1,2 +1,4 @@
#!/bin/bash
src/dosbox-x -defaultconf -defaultdir . -silent -c 'config -ln "English (United States)" -wl contrib/translations/en/en_US.lng' || exit 1
exit 0