Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Releases: Septercius/rpcemu-dev

RPCEmu 0.9.4a

03 Nov 20:16

Choose a tag to compare

A new Mac build for the latest 0.9.4 version of RPCEmu. The interpreter versions are universal binaries, suitable for both Intel and ARM (Apple Silicon) Macs.

This release includes all patches from the previous versions.

⚠️ This is the last binary release that will be made available from this repository. There will be no further work done on the patch, and no new binary releases for future versions of RPCEmu. ⚠️

RPCEmu-0.9.3b

03 Jul 11:25
2c8a10c

Choose a tag to compare

Updated version of 0.9.3a suitable for machines running Apple Silicon (M1 CPUs).

The interpreter build is a universal binary, for both x86 (Intel) and arm64 (Apple Silicon). The recompiler build is x86 only, as arm64 is not a supported architecture for the dynamic code generation. The recompiler will run under Rosetta on Apple Silicon, which will emulate the Intel/x86 CPU.

RPCEmu-0.9.3a

08 May 13:41

Choose a tag to compare

Initial build for the new 0.9.3 release of RPCEmu for OS X. This includes all the patches from the previous version, plus:

  • Adds the missing "hostfs" folder to the "Data" directory.
  • Changes the key detected at startup for changing the data directory from CTRL to SHIFT.

RPCEmu-0.9.2a

23 Apr 18:25

Choose a tag to compare

Initial build of RPCEmu 0.9.2 from GitHub sources, including Mac patch V4 and magic key combination change.