mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-22 22:58:12 +03:00
Version 1.6.1
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user