-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85ed97c
commit 3aa4ade
Showing
3 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
**IMPORTANT**: This update brings the changes from melonDS 0.9.3, which has incompatible saves-states with the previous version. If you rely on save-states to keep your | ||
progress, be aware that you will lose your progress! | ||
|
||
**Changelog:** | ||
* Remove support for 7z files on devices running Android M or lower | ||
* Fix crash when processing large 7z files | ||
* Fix crash when selecting directories under certain circumstances | ||
* Fix crash when loading a ROM with the "Load GBA ROM" option selected but no save file was selected | ||
* Load ROM icons asynchronously | ||
* Other minor improvements | ||
* Update to melonDS 0.9.3 | ||
* Add support for Rewind. This automatically saves your state periodically allowing you to quickly go back in time when you make a mistake in a game | ||
* Include screenshots in save states | ||
* Allow save states to be deleted | ||
* Add buttons to quickly save and load a state (not present in the default layout) | ||
* Redesign Settings screen. Each category is now grouped into a separate screen | ||
* Add volume setting | ||
* Add audio latency setting | ||
* Prevent ZIP files from being selected as the ROM search directory (only happened on some devices) | ||
* Add Russian translation (thanks @6lackmag3) | ||
* Other minor fixes and improvements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
• Remove support for 7z files on devices running Android M or lower | ||
• Fix crash when processing large 7z files | ||
• Fix crash when selecting directories under certain circumstances | ||
• Fix crash when loading a ROM with the "Load GBA ROM" option selected but no save file was selected | ||
• Load ROM icons asynchronously | ||
• Other minor improvements | ||
<b>IMPORTANT</b>: This update brings the changes from melonDS 0.9.3, which has incompatible saves-states with the previous version. If you rely on save-states to keep your progress, be aware that you will lose your progress! | ||
|
||
• Update to melonDS 0.9.3 | ||
• Add support for Rewind. This automatically saves your state periodically allowing you to quickly go back in time when you make a mistake in a game | ||
• Include screenshots in save states | ||
• Allow save states to be deleted | ||
• Add buttons to quickly save and load a state (not present in the default layout) | ||
• Redesign Settings screen. Each category is now grouped into a separate screen | ||
• Add volume setting | ||
• Add audio latency setting | ||
• Prevent ZIP files from being selected as the ROM search directory (only happened on some devices) | ||
• Add Russian translation | ||
• Other minor fixes and improvements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3aa4ade
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. I will probably skip that melonDS version. Otherwise, it will keep breaking the users' save states because it introduces changes that make them incompatible with version 0.9.3.