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
- Generate binfmt so it points to the correct path by @linkmauve in #244
- PKGBUILDs for Arch Linux. by @SpacingBat3 in #239
- Fix install target after previous change by @linkmauve in #245
- added few more wrapper for libcrypto (for #250) by @daitj in #251
New Contributors
- @linkmauve made their first contribution in #244
- @daitj made their first contribution in #251