- Add game info scraper test (does not save information) : Push "confirm/download" button for 3sec to see picture/info of a game
- correct ps3 decrypt for some games with special characters inside name
- Add download queue function. You can add as many games you want, donwload queue starts and one game is download at time, and when finished, next game processed
- Add controls help on bottom screen
- Add toast notifcations for downloads when click download, to not open history and stay on gamelist
- Update 1fichier free mode handling if wait time is greater than 60 seconds (after already downloaded a game)
- Already Downloaded games are now in green and marked with [>] symbol
- Update translations
-add system information to web interface and logs
-add new search feature on web interface home page can search game and download directly
- correct some bugs extacting bios
- add 1fichier free mode handling (test) with wait time, like you download on 1fichier website. Don't need an api key anymore if you don"t have a subscription.
If you have any api key it will use in priority
- Add web interface for RGSX. You can barely do all things directly on computer or your smartphone on same network :)
- Enhanced language support with new network error messages.
- Updated network.py to improve download error handling, including detailed error messages for various HTTP errors.
- Removed unnecessary web progress updates;
- Implemented real-time download status updates in the web interface.
- Added custom ROMs folder setting in rgsx_settings.py.
-add support for generic xbox controller no name
- add support for decrypting ps3 redump game on the fly after download, extract zip, for linux and windows and extract iso after in a .ps3 folder
- add new menu in history, check if a game already exist, select a game to have infos about download folder, errors, retry download if error, infos about errors, extract an archive directly...
- correct bug with rar files
- joystick hot plug and play, if removed , keyboard take control, and vice versa
- Removed unnecessary debug logging
- Simplified the extraction process in utils.py
- Enhanced extraction functions to handle special cases for Xbox and PS3 platforms more effectively.
- Improve the update of game list XML for retrobat
- correct ps3 extracting/folder_rename bug
- added support for Anbernic RG35XX
- added support for local custom source of games (games.zip) in /saves/ports/rgsx folder when choose "custom source" on rgsx games settings.
- add new instructions on menus to describe each function
- upgrade controller_debug.pygame file to create a controller support
- update command-line interface to be more effiscient and readable