Version 1.6.1

This commit is contained in:
kichikuou
2025-06-06 09:43:21 +09:00
parent 6e959be871
commit fca8cb15a8
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -1,5 +1,8 @@
# Changelog
## 1.6.1 - 2025-06-06
- Fixed crash in Rance 4.1 / 4.2 English translations. (#34)
## 1.6.0 - 2025-04-26
- Enabled `Y 240` command in System2 games, to support translation of these games.
- Android: "Install from ZIP" button is moved to the top-right option menu.
+1 -1
View File
@@ -227,7 +227,7 @@ if(NINTENDO_SWITCH)
nx_generate_nacp(system3.nacp
NAME "system3"
AUTHOR "kichikuou"
VERSION "1.6.0"
VERSION "1.6.1"
)
nx_create_nro(system3
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 16
versionName "1.6.0" + gitRevision()
versionCode 17
versionName "1.6.1" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef _COMMON_H_
#define _COMMON_H_
#define SYSTEM3_VERSION "1.6.0"
#define SYSTEM3_VERSION "1.6.1"
#include <SDL.h>
#include <limits.h>