| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-05-21 | 3.4 kB | |
| v0.3.6 source code.tar.gz | 2024-05-21 | 3.5 MB | |
| v0.3.6 source code.zip | 2024-05-21 | 4.0 MB | |
| Totals: 3 Items | 7.5 MB | 0 | |
What's Changed
=> Speedup dynarec, and allow the use of BIGBLOCK 2 or 3 combined with CALLRET on more software
- Wrapping: More libs and function wrapping (gtk3, vulkan...)
- Reworked X11 Callback handling, for better stability
- Reworked exit and the load/unload of libs
- Some more profiles in box86rc
- More SSE3+ opcodes in dynarec
- Better way to rename executable (including wine ones) so driver like mesa can apply the correct profile
- Reworked memory managment in the Dynarec, limiting amount of dynamic allocation
- PageSize detection and handling dynamic. Larger than 4K pagesize will be handled automaticaly.
- Lots of improvments in x87 handling (virtual stack, rounding, ffree, etc.)
More details in New release blog
Contributions
- Add more info about neon vfpv3 to COMPILE.md by @mocsy in https://github.com/ptitSeb/box86/pull/917
- box86rc: additional compatibility flags for UE3 based games by @airidosas252 in https://github.com/ptitSeb/box86/pull/921
- Wrap png_set_flush for libpng16 by @ValdikSS in https://github.com/ptitSeb/box86/pull/925
- More wrappers by @ValdikSS in https://github.com/ptitSeb/box86/pull/926
- Added build flags for Jetson Orin and xavier by @leonpano2006 in https://github.com/ptitSeb/box86/pull/928
- [CI] Update NDK to 25b for Android Builds by @KreitinnSoftware in https://github.com/ptitSeb/box86/pull/929
- Fix for xavier and orin no ARM_DYNAREC by @leonpano2006 in https://github.com/ptitSeb/box86/pull/930
- fix if(_aarch64 for TEGRA_194 and TEGRA_234 by @leonpano2006 in https://github.com/ptitSeb/box86/pull/931
- again quick fix(i alreadey made meny mistakes) by @leonpano2006 in https://github.com/ptitSeb/box86/pull/932
- Update getopts @GLIBC_2.0 variables (optarg, ...) by @ValdikSS in https://github.com/ptitSeb/box86/pull/933
- Add forgotten GOM definition for _dl_find_object wrapper in libdl by @ValdikSS in https://github.com/ptitSeb/box86/pull/938
- [WRAPPER] Fixed a typo in the signature of my___libc_start_main by @xctan in https://github.com/ptitSeb/box86/pull/941
- [DYNAREC] Fixed 66 C1 /5 SHR opcode. by @Chenhoyog in https://github.com/ptitSeb/box86/pull/946
- Fix rounding of some x87 instructions by @Hagb in https://github.com/ptitSeb/box86/pull/951
- Set rounding mode for some rounding functions of libm by @Hagb in https://github.com/ptitSeb/box86/pull/953
- update X86WINE, libxxf86vm1:armhf by @mio-19 in https://github.com/ptitSeb/box86/pull/955
- feat: add BOX86_RCFILE support by @shenmo7192 in https://github.com/ptitSeb/box86/pull/960
New Contributors
- @mocsy made their first contribution in https://github.com/ptitSeb/box86/pull/917
- @airidosas252 made their first contribution in https://github.com/ptitSeb/box86/pull/921
- @ValdikSS made their first contribution in https://github.com/ptitSeb/box86/pull/925
- @leonpano2006 made their first contribution in https://github.com/ptitSeb/box86/pull/928
- @xctan made their first contribution in https://github.com/ptitSeb/box86/pull/941
- @Chenhoyog made their first contribution in https://github.com/ptitSeb/box86/pull/946
- @Hagb made their first contribution in https://github.com/ptitSeb/box86/pull/951
- @shenmo7192 made their first contribution in https://github.com/ptitSeb/box86/pull/960
Full Changelog: https://github.com/ptitSeb/box86/compare/v0.3.4...v0.3.6