Version 1.7.0

This commit is contained in:
kichikuou
2025-11-27 09:16:24 +09:00
parent ad73ed9271
commit 300099be5e
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -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
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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>