v0.0.8
What's Changed
- Improvement to SSE/x87 handling
- More opcode added to the Dynarec
- More lib wrapping
Contributions
- [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64 by @rajdakin in #1
- Added a new trace option by @rajdakin in #2
- box64 exit fix by @rajdakin in #3
- Fixed 0xFF INC and DEC opcodes by @rajdakin in #4
- Added some libc symbols by @rajdakin in #5
- General improvements to box64 and fixed some SDL2 functions by @rajdakin in #6
- Update CMakeLists.txt by @krishenriksen in #7
- Update x64runf30f.c by @krishenriksen in #9
New Contributors
- @krishenriksen made their first contribution in #7