Skip to content

4.0.0b6

Pre-release
Pre-release
Compare
Choose a tag to compare
@OatmealDome OatmealDome released this 16 Jan 22:23
· 9 commits to master since this release

DO NOT USE THIS VERSION! USE 4.0.0b7 INSTEAD!


The full changelog can be found at v4.0.0b5...v4.0.0b6.

Enabling JIT is still required on non-jailbroken devices. However, Apple made changes in iOS 17 which broke all JIT enablers. Please be aware that, as of the time of writing, all JIT enablers that support iOS 17 require a Mac.

We are currently monitoring the situation with sideloading in Europe. We will have more to share once Apple and/or the European Commission releases information about how it will be implemented.

User-Facing Changes

  • Updated the Dolphin core to 5.0-19708.
  • Added the Software Properties menu (tap and hold on a game in the game list).
  • Added the Gecko and Action Replay cheats menus in Software Properties.
  • Improved the updater to not prompt for an update if the currently running version is newer than the one reported by the server.

Developer-Facing Changes

  • Fixed an issue where using shared zstd would cause a build error on recent Xcode versions. (potentially issue #109)
  • Made the host thread be dynamically set to whatever thread is currently executing for a special dispatch queue.
  • Disabled the JitCache fast block map optimization to prevent fastmem issues.