mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-22 22:58:12 +03:00
Version 1.6.2
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 1.6.2 - 2025-11-04
|
||||
- Added support for advancing messages by scrolling the mouse wheel down.
|
||||
- Windows: The debugger is no longer available in the 32-bit release. Please use the 64-bit version if you need it.
|
||||
- Fixed memory corruption bug in Prostudent G (FD edition) and Super D.P.S.
|
||||
|
||||
## 1.6.1 - 2025-06-06
|
||||
- Fixed crash in Rance 4.1 / 4.2 English translations. (#34)
|
||||
|
||||
|
||||
+1
-1
@@ -228,7 +228,7 @@ if(NINTENDO_SWITCH)
|
||||
nx_generate_nacp(system3.nacp
|
||||
NAME "system3"
|
||||
AUTHOR "kichikuou"
|
||||
VERSION "1.6.1"
|
||||
VERSION "1.6.2"
|
||||
)
|
||||
|
||||
nx_create_nro(system3
|
||||
|
||||
@@ -17,7 +17,7 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
versionCode 17
|
||||
versionName "1.6.1" + gitRevision()
|
||||
versionName "1.6.2" + 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.1"
|
||||
#define SYSTEM3_VERSION "1.6.2"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user