File tree Expand file tree Collapse file tree 3 files changed +24
-15
lines changed
Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 11** Changelog:**
2- * Fix issues with RetroAchievements
3- * Fix loading indicator in cheats screen
2+ Beta 1.10.0
3+ * Add OpenGL renderer, with resolution scaling up to 8x native
4+ * Add support for manual cheat input
5+ * Add button to toggle microphone input (thanks @ricnava00 )
6+ * Add visual indicators for toggle buttons
7+ * Add support for memory expansion GBA slot
8+ * Allow DSiWare title data to be imported/exported
9+ * Improve foldable support
10+ * Add Italian translation (thanks @alessandrosimonelli and @jincio92 )
11+ * Fix crash when importing cheat databases
12+ * Minor fixes and improvements
Original file line number Diff line number Diff line change 1- Beta 1.9.3
2- • Fix issues with RetroAchievements
3- • Fix loading indicator in cheats screen
4-
5- Beta 1.9.2
6- • Fix startup crash on devices running Android 14
7- • Fix crash on spanish devices when opening the RetroAchievements screen
8- • Other minor fixes
9-
10- Beta 1.9.1
11- • Fix saves states not saving/loading properly
1+ Beta 1.10.0
2+ • Add OpenGL renderer, with resolution scaling up to 8x native
3+ • Add support for manual cheat input
4+ • Add button to toggle microphone input
5+ • Add visual indicators for toggle buttons
6+ • Add support for memory expansion GBA slot
7+ • Allow DSiWare title data to be imported/exported
8+ • Improve foldable support
9+ • Add Italian translation
10+ • Fix crash when importing cheat databases
11+ • Minor fixes and improvements
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ object AppConfig {
44 const val minSdkVersion = 24
55 const val ndkVersion = " 28.0.13004108"
66
7- const val versionCode = 32
8- const val versionName = " Beta 1.9.3 "
7+ const val versionCode = 33
8+ const val versionName = " Beta 1.10.0 "
99}
You can’t perform that action at this time.
0 commit comments