mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-22 22:58:12 +03:00
Version 1.7.0
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 1.7.0 - 2025-11-27
|
||||
- Added "Streamer Mode" to mosaic specified (NSFW) images. This is enabled via the `-censor <file>` command-line option.
|
||||
- Gakuen King remains unsupported, but its Music Mode now works.
|
||||
- Fixed a bug in FM sound emulation.
|
||||
- Fixed a screen scaling issue in Gakuen Senki.
|
||||
|
||||
## 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.
|
||||
|
||||
+1
-1
@@ -227,7 +227,7 @@ if(NINTENDO_SWITCH)
|
||||
nx_generate_nacp(system3.nacp
|
||||
NAME "system3"
|
||||
AUTHOR "kichikuou"
|
||||
VERSION "1.6.2"
|
||||
VERSION "1.7.0"
|
||||
)
|
||||
|
||||
nx_create_nro(system3
|
||||
|
||||
@@ -17,7 +17,7 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
versionCode 17
|
||||
versionName "1.6.2" + gitRevision()
|
||||
versionName "1.7.0" + 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.2"
|
||||
#define SYSTEM3_VERSION "1.7.0"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user