Skip to content

RetroSprite v0.1.0 Preview 4

Pre-release
Pre-release

Choose a tag to compare

@MightyKartz MightyKartz released this 25 May 11:07
· 13 commits to main since this release
a725669

RetroSprite v0.1.0 Preview 4

This GitHub pre-release is built from main at merge commit a725669.

Highlights

  • Chinese README is now the default GitHub homepage, with the English README linked from the top.
  • Current bundled GKP Lite coverage includes six games:
    • Chrono Trigger / 时空之轮
    • Final Fantasy VI / 最终幻想 VI
    • Golden Sun / 黄金太阳
    • Langrisser II / 梦幻模拟战 II
    • Phantasy Star IV / 梦幻之星 IV
    • Shining Force II / 光明力量 2
  • ASR packaging is switched to sherpa-onnx-streaming-paraformer-bilingual-zh-en.
  • GKP schema, migrations, retrieval/localization behavior, QA scripts, and gkp-builder tooling were updated for the latest release candidate.
  • ONNX model files are tracked with Git LFS to keep the GitHub repository publishable.

Install And Use

Download RetroSprite-v0.1.0-preview.4-debug.apk from the assets below and install it on the target Android handheld or emulator. Configure RetroArch AI Service to call the RetroSprite local endpoint, then use the RetroArch AI hotkey while a supported game is running.

Verification

  • git diff --cached --check
  • JAVA_HOME="/opt/homebrew/Cellar/openjdk@17/17.0.19/libexec/openjdk.jdk/Contents/Home" ./gradlew :app:clean :app:testDebugUnitTest :app:assembleDebug
  • APK signature verified with apksigner verify --print-certs

Signing Note

This APK is signed with the Android debug certificate (CN=Android Debug). It is suitable for device testing and GitHub preview distribution, but it is not a Play Store or production-signed release. A production release still needs a real release keystore and Gradle signing configuration.