mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
more
This commit is contained in:
parent
92838aa63b
commit
5861891791
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user