mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
The Android achievements UI already reads encoreMode, spectatorMode and unofficialTestMode out of the options JSON and offers toggles for them, but the native emitter never wrote those fields, so all three always read false regardless of the underlying setting. The rc_client wiring behind them already exists; this only exposes their state. Applied as a hunk rather than a file copy so the iOS UserStats/GameStats/ AchievementList stubs in this file are preserved.