Skip to content

v0.1.0

Compare
Choose a tag to compare
@ptitSeb ptitSeb released this 19 Nov 21:17
· 3263 commits to master since this release

What's Changed

  • Dynarec!!! Only for ARM (note that Dynarec doesn't support JITed code for now).
  • Added real support for getcontext/set/context/makecontext/swapcontext.
  • Preliminary signal handling.
  • Fixes to SDL(1/2) Image and SDL1 Mixer, and to SDL1.2 RWops usage.
  • Fixed numerous issues in opcodes (both interpretor and dynarec). FTL works fine now, among many others.
  • Added wrapped GTK support (still ongoing, many libraries involved).
  • Make loading of libraries more configurable.
  • If a wrapped native library is not found, try to use an emulated one.
  • Added an env. var. to force the use of emulated libraries for certain libraries.
  • Added an env. var. to precise which libGL to use.
  • Added Install / Uninstall target (using systemd binfmt).
  • Added more hardware targets (RPis, GameShell...).
  • Wrapped more libraries (including FreeType, smpeg, ncurses, sndfile...).

Contributions

New Contributors