Skip to content

Commit

Permalink
Update emulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
vircon32 committed Jun 4, 2023
1 parent 6406889 commit f693da9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DesktopEmulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ project("Vircon32" LANGUAGES C CXX)

# Define version
set(PROJECT_VERSION_MAJOR 23)
set(PROJECT_VERSION_MINOR 1)
set(PROJECT_VERSION_PATCH 16)
set(PROJECT_VERSION_MINOR 6)
set(PROJECT_VERSION_PATCH 4)

# Set names for final executables
set(EMULATOR_BINARY_NAME "Vircon32")
Expand Down
10 changes: 6 additions & 4 deletions DesktopEmulator/Data/Readme (Spanish).txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
============================================================
Archivo README para el emulador de Vircon32
(versión 23.3.19) escrito por Carra
(versión 23.6.4) escrito por Carra
============================================================

¿Qué es esto?
Expand Down Expand Up @@ -114,10 +114,12 @@ Cómo usar tarjetas de memoria

------------------------------------------------------------

Novedades en la versión 23.3.19
Novedades en la versión 23.6.4

- Mejorada la gestión del audio para evitar perder el sonido
al manejar la ventana o en diálogos de archivo.
- Corregido el dibujado de regiones de textura cuando se
aplican factores de escalado grandes. Ahora los pixels son
del tamaño correcto y la región se coloca bien cuando se
aplica efecto espejo en X y/o en Y.

------------------------------------------------------------

Expand Down
9 changes: 5 additions & 4 deletions DesktopEmulator/Data/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
============================================================
README file for Vircon32 emulator
(version 23.3.19) written by Carra
(version 23.6.4) written by Carra
============================================================

What is this?
Expand Down Expand Up @@ -112,10 +112,11 @@ How to use memory cards

------------------------------------------------------------

What's new in version 23.3.19?
What's new in version 23.6.4?

- Improved audio handling to prevent losing audio in some
situations, like window events or file dialogs.
- Corrected bad display of texture regions with large scaling
factors. Pixels now have the correct size and the region is
placed correctly when mirror on X and/or Y is applied.

------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions DesktopEmulator/Emulator/Languages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const char* Texts( TextIDs ID )


string AboutTextEnglish =
"Vircon32 Emulator version 23.3.19."
"Vircon32 Emulator version 23.6.4."
"\n"
"\nEmulator for the Vircon32 virtual console."
"\nThis program allows you to play Vircon32 games."
Expand Down Expand Up @@ -166,7 +166,7 @@ string LanguageEnglish[] =


string AboutTextSpanish =
"Emulador de Vircon32 versi\u00F3n 23.3.19."
"Emulador de Vircon32 versi\u00F3n 23.6.4."
"\n"
"\nEmulador de la consola virtual Vircon32."
"\nEste programa te permite jugar a juegos de Vircon32."
Expand Down
6 changes: 3 additions & 3 deletions SimplifiedEmulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ endif()
project("Vircon32" LANGUAGES C CXX)

# Define version
set(PROJECT_VERSION_MAJOR 22)
set(PROJECT_VERSION_MINOR 11)
set(PROJECT_VERSION_PATCH 18)
set(PROJECT_VERSION_MAJOR 23)
set(PROJECT_VERSION_MINOR 6)
set(PROJECT_VERSION_PATCH 4)

# Set names for final executables
set(EMULATOR_BINARY_NAME "Vircon32Simple")
Expand Down

0 comments on commit f693da9

Please sign in to comment.