0.12.0 (Ryujinx Support)
What's Changed
- Added Ryujinx support
- Removed the Downloader on Yuzu
- Added a new section where you will be shown what firmware and key version you have installed and then there is a dropdown menu where you can select what version to download. This menu is available on Ryujinx and Yuzu. This is replacing the Downloader.
- Added a option menu to select the release channel for Dolphin. You can switch between development or beta build.
- Use official Dolphin website for release source.
- The official website uses the 7z format and I couldn't find a way to show progress while extracting an archive while remaining at a relatively fast speed so the progress bar isn't updated until everything is extracted
- Removed
Default Yuzu Channel
setting, the app will remember what channel you were on last - Moved
Use Yuzu Installer
setting to yuzu settings - Removed
Export Directory
setting, the app will ask for a directory for each import or export. - Various bug fixes.
PRs
- Optimise ProgressFrame usage & remove firmware downloader by @Viren070 in #4
- Use a base EmulatorFrame class by @Viren070 in #6
- Redesign firmware and key install section. by @Viren070 in #7
- Ask user for directories each time when exporting/importing by @Viren070 in #8
- Use dolphin website by @Viren070 in #9
- Add ryujinx support by @Viren070 in #10
Notes
The file size has increased by a relatively large amount due to the py7zr library required for extracting .7z files for dolphin releases
Full Changelog: v0.11.4...v0.12.0