SaveState v1.3.8 - Emulator Support & Full English Localization
This release introduces experimental support for detecting save data for various emulators and fully standardizes the application interface and codebase to English by removing the previous translation system.
Changes:
Features:
- Experimental Emulator Support: SaveState can now automatically detect save data locations for several popular emulators, simplifying the process of creating backup profiles for them.
- Supported Emulators:
- Ryujinx
- yuzu
- rpcs3
- DuckStation
- Dolphin
- PPSSPP
- citra
- Azahar
- mGBA
- snes9x
- DeSmuME
- Cemu
- Supported Emulators:
Removed:
- Multi-Language Support: The translation system and language selection options have been completely removed. The application GUI, logs, and internal code are now exclusively in English. This streamlines maintenance and ensures a consistent user experience.
Internal / Refactoring:
- Emulator Detection Logic: Added dedicated modules and logic within
emulator_utilsto handle the detection and path resolution for each newly supported emulator.