I recently discovered that the Dolphin emulator is a lot better than what it was back in the day. Now, it can play Wii games better than the Wii itself! Over the weekend, I played 8-9 hours of The Legend of Zelda: Twilight Princess. Only the UI was in HD, though—the 3D-rendering looked like it was only at 480p with no AA or AF. Super Smash Bros. Brawl worked fine at 1080p and actually rendered in HD.| Cyrozap's Tech Projects
Finally, a new stable version! For downloads and installation instructions, head to our revamped website: https://dolphinios.oatmealdome.me/ To report an issue, head to our issue tracker: https://github.com/OatmealDome/DolphiniOS-Issue-Tracker/issues Looking for the PC, Mac, or Android version of Dolphin? Get it from https://dolphin-emu.org! If you wish to support the official Dolphin project and its developers, consider visiting their … Continue reading "DolphiniOS ver. 3.2.0"| oatmealdome.me
Wow, a new beta! It’s been a while, hasn’t it? With the advent of new “JIT enablers” for non-jailbroken devices, we thought an update was probably long overdue. Unlike our previous beta program, public betas are free for everyone to try. Please be aware that these betas may be more unstable than the current non-beta … Continue reading "DolphiniOS ver. 3.2.0 beta 2"| oatmealdome.me
The first beta of DolphiniOS version 3.2.0 is now available for testing! Unlike our previous beta program, public betas are free for everyone to try. Please be aware that these betas may be more unstable than the current non-beta version. For downloads and installation instructions, head to our website: https://dolphinios.oatmealdome.me/beta To report an issue with … Continue reading "DolphiniOS ver. 3.2.0 beta 1"| oatmealdome.me
DolphiniOS version 3.1.1 has been released! This update adds support for non-jailbroken devices with A12 processors and newer running iOS 14.2. For downloads and installation instructions, head to our website: https://dolphinios.oatmealdome.me Looking for the PC version of Dolphin? Get it from https://dolphin-emu.org! If you wish to support the official Dolphin project and its developers, consider … Continue reading "DolphiniOS ver. 3.1.1"| oatmealdome.me
DolphiniOS version 3.0.0 has been released! This update revamps the games list and adds many features from the PC version of Dolphin. For installation instructions, head to our website: https://dolphinios.oatmealdome.me Want to support us? https://patreon.com/oatmealdome (DolphiniOS will always be free and open-source. We use the money for additional hardware, server costs, and other additional costs … Continue reading "DolphiniOS ver. 3.0.0"| oatmealdome.me
DolphiniOS version 2.2.0 has been released! We weren’t really expecting to release another major update so soon, but a new exploit was dropped that benefits people on non-jailbroken devices running iOS 13.4.1 and lower. This is the first release for non-jailbroken users, so our apologies if there are any issues. We will work to fix … Continue reading "DolphiniOS ver. 2.2.0"| oatmealdome.me
DolphiniOS version 2.1.0 has been released! This update brings many features from the PC version of Dolphin, and adds some unique to iOS. If you just want a download, add our repo to your preferred package manager (Cydia, Sileo, Zebra, etc): https://cydia.oatmealdome.me Or you can just click here to go directly to DolphiniOS’s package. Want … Continue reading "DolphiniOS ver. 2.1.0"| oatmealdome.me
DolphiniOS version 2.0.0 has been released! This update brings controller support and many other features and fixes. If you just want a download, add our repo to your preferred package manager (Cydia, Sileo, Zebra, etc): https://cydia.oatmealdome.me Or you can just click here to go directly to DolphiniOS’s package. Want to support us? https://patreon.com/oatmealdome (DolphiniOS will … Continue reading "DolphiniOS ver. 2.0.0"| oatmealdome.me
Merry Christmas / Happy Holidays to everyone! We’ve been working very hard to improve upon the version 1.0.0 release. If you just want a download, add our repo to your preferred package manager (Cydia, Sileo, Zebra, etc): https://cydia.oatmealdome.me While this release does not improve some heavily requested features (for example, MFi controller support), rest assured … Continue reading "DolphiniOS ver. 1.1.0"| oatmealdome.me
The first release for DolphiniOS is finally here! Before installing, remove any other DolphiniOS installations you have to avoid issues. Be sure to backup important data before deleting. To get it, simply navigate to https://cydia.oatmealdome.me on your jailbroken iOS device and tap “Add to Cydia”. After that, search for DolphiniOS, and install it. To add … Continue reading "DolphiniOS release"| oatmealdome.me
Since the release of Dolphin 3.5 half a year ago, audio processing in Dolphin has changed a lot. In Dolphin versions up to 3.5, a lot of games required low-level emulation of the DSP code in order to not crash or get audio output. This low-level emulation (called DSP LLE) is unfortunately a lot slower than high-level emulation (DSP HLE): while low-level emulation emulates extremely accurately the DSP code by translating the binary code into x86, high-level emulation simply runs C++ code which...| delroth's blog
Fortunately they also released the source to their plugin, which allowed me (with some very minor modifications to the code to use linput_t instead of C FILE structures) to build a version of the IDA DOL loader plugin for IDA 6.1, the version I’m using in my day to day reverse engineering. Here is a link to this build.| delroth's blog