mirror of
https://github.com/rafaelvcaetano/melonDS-android.git
synced 2024-11-26 23:20:40 +00:00
Release Beta 1.9.1
This commit is contained in:
parent
bebaa6632c
commit
20bb4f357c
11
.github/changelog/gitHub.md
vendored
11
.github/changelog/gitHub.md
vendored
@ -1,11 +1,2 @@
|
||||
**Changelog:**
|
||||
* Add support for RetroAchievements (leaderboards are not yet supported)
|
||||
* Add support for DSi camera
|
||||
* Add proper support for Wi-Fi connectivity (huge thanks to @JesseTG from the melonDS team!)
|
||||
* Fix DS firmware not being able to boot under certain scenarios
|
||||
* Fix some crashes when JIT was enabled
|
||||
* Fix some issues on startup when save files could not be created
|
||||
* Updated French translation (thanks @SombrAbsol)
|
||||
* Updated Russian translation (thanks @6lackmag3)
|
||||
* Updated Spanish translation (thanks @BackpackXl)
|
||||
* Other minor fixes and improvements
|
||||
* Fix saves states not saving/loading properly
|
9
.github/changelog/playStore/whatsnew-en-GB
vendored
9
.github/changelog/playStore/whatsnew-en-GB
vendored
@ -1,8 +1 @@
|
||||
• Add support for RetroAchievements (leaderboards are not yet supported)
|
||||
• Add support for DSi camera
|
||||
• Add proper support for Wi-Fi connectivity (huge thanks to Jesse from the melonDS team!)
|
||||
• Fix DS firmware not being able to boot under certain scenarios
|
||||
• Fix some crashes when JIT was enabled
|
||||
• Fix some issues on startup when save files could not be created
|
||||
• Updated French, Russian and Spanish translations
|
||||
• Other minor fixes and improvements
|
||||
• Fix saves states not saving/loading properly
|
@ -4,6 +4,6 @@ object AppConfig {
|
||||
const val minSdkVersion = 21
|
||||
const val ndkVersion = "25.1.8937393"
|
||||
|
||||
const val versionCode = 27
|
||||
const val versionName = "Beta 1.9.0"
|
||||
const val versionCode = 28
|
||||
const val versionName = "Beta 1.9.1"
|
||||
}
|
Loading…
Reference in New Issue
Block a user