Notable changes from U24.03.22-21259
- Code refactoring and minor fixes
- Fixed a panic alert for Def Jam: Fight for New York and Fifa Street
- Numerous small optimizations to JitARM64
- Small optimizations to DSP HLE audio decoding
- Fixed stuttering from JIT Cache clear - mostly notable in Shadow the Hedgehog
- Set OSD message color to yellow in default AMOLED theme
- Updated Vulkan Memory Allocator and Vulkan Headers
- Updated and optimized app icons
Missing features - these features from Dolphin Official are not implemented
- Android Input Overhaul and subsequent changes to Input and TAS handling
- Custom GPU driver support
- Skylanders portal and Infinity base support
- Gamma correction
This codebase is based on the Official Dolphin dev build 2407-1 (Jul 2, 2024). For more information about what has changed check the PR history.
General information
- When I started this project, my only goal was to add the VBI Skip hack to MMJR2. At the time, I had little to no coding experience and knew nothing about Git, GitHub, or Android Studio. Looking back to 2023, I never imagined I’d come this far.
- Fast forward almost a year and a half later—with over 1,100 pull requests—I’ve managed to update this codebase from Dolphin 5.0-18205 (December 2022) all the way to Dolphin 2407 (July 2024). Of course, all the credit goes to the Dolphin Team, since they did the real heavy lifting. My job has simply been figuring out how to make it all work in MMJR2.
- I work on this fork in my free time, mostly for myself, but I’m genuinely happy that so many of you find it useful. The previous release has been downloaded over 150,000 times and that is honestly mind-blowing.
- I’ll keep working to improve MMJR2 for as long as I’m able. Thank you all for your support!
- Android developers willing to help are welcome!
Caution
- Save states from older versions are, unfortunately, NOT compatible with this release. Be sure to make an in-game save before updating!
Known Issues
- The UI in the Cheats section is broken when you try to delete multiple items in a row. This bug is present to this day in Dolphin Official. Just delete a few items, exit the cheats window, and return back.
- For people using touch controls. It is possible that the core controls and touchscreen controls get out of sync. For more information check here - #708