Skip to content

v0.1.6

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

What's Changed

  • Changes in Dynarec to make flags optimizations before CALL and RET opcode less aggressive.
  • Added a Vulkan wrapper.
  • Improved wrapping of SDL_mixer/ SDL2_mixer libraries.
  • Improved wrapping of some GTK structures.
  • Added a quick and dirty wrapping of GTK3 (based on current GTK2).
  • Improved the signal handling, should be more stable now (the signal handler from syscall still need some works).
  • Added the RK3399 profile, and some hints to build 32bits box86 on 64bits OS.
  • Fixed some wrapped printf formating not handled correctly.
  • Fixed some buserror with the new LOCK mecanism handling.
  • A few more Dynarec opcodes added.
  • If winedbg is tried to be launched, exit without launching it (it doesn't work anyways).

Contributions

New Contributors