File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed
Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1+ box86 (0.3.4) unstable; urgency=low
2+
3+ * X86Libs: Updated libstdc++ & libgcc_s
4+ * X86Libs: Use x86 vrsion of libunwind (it's needed by wine)
5+ * Dynarec: Fixed some flags propagation issues inside blocks
6+ * Dynarec: Improved Strong Memory Model emulation, introducing a 3rd level
7+ * CPU: Remoworked how INT, priviliged opcodes and teh Trace flags works
8+ * CPU: Added full support for SSE4.2
9+ * ElfLoader: rework how elf memory is handled
10+ * Emulation: Better handling of Signal (also handling SIGMAX correctly)
11+ * Emulation: Better support for POKEUSER/PEEKUSER (helps Windows Unity games)
12+ * Wrapping: More libs and some fixes in function wrapping (gtk3, vulkan...)
13+ * Wrapping: Removed faked libunwind wrapping
14+ * Hardware: Added more profile, with support for ADLink Ampere Altra
15+ * OS: Added profile to build for Android and Termux.
16+ * => Mostly a stability update with improved elfloader again, and added SSE 4.2 support (still need to work on the Dynarec part of this)
17+ * => Some work also to reduce the memory footprint
18+
19+ -- Sebastien Chevalier <
[email protected] > Thu, 15 Dec 2023 17:30:33 -0100
20+
121box86 (0.3.2) unstable; urgency=low
222
323 * Better syscall handling
Original file line number Diff line number Diff line change 1+ v0.3.4
2+ ======
3+ * X86Libs: Updated libstdc++ & libgcc_s
4+ * X86Libs: Use x86 vrsion of libunwind (it's needed by wine)
5+ * Dynarec: Fixed some flags propagation issues inside blocks
6+ * Dynarec: Improved Strong Memory Model emulation, introducing a 3rd level
7+ * CPU: Remoworked how INT, priviliged opcodes and teh Trace flags works
8+ * CPU: Added full support for SSE4.2
9+ * ElfLoader: rework how elf memory is handled
10+ * Emulation: Better handling of Signal (also handling SIGMAX correctly)
11+ * Emulation: Better support for POKEUSER/PEEKUSER (helps Windows Unity games)
12+ * Wrapping: More libs and some fixes in function wrapping (gtk3, vulkan...)
13+ * Wrapping: Removed faked libunwind wrapping
14+ * Hardware: Added more profile, with support for ADLink Ampere Altra
15+ * OS: Added profile to build for Android and Termux.
16+ => Mostly a stability update with improved elfloader again, and added SSE 4.2 support (still need to work on the Dynarec part of this)
17+ => Some work also to reduce the memory footprint
18+
119v0.3.2
220======
321* Better syscall handling
Original file line number Diff line number Diff line change 33
44#define BOX86_MAJOR 0
55#define BOX86_MINOR 3
6- #define BOX86_REVISION 3
6+ #define BOX86_REVISION 4
77
88#endif //__BOX86_VERSION_H_
You can’t perform that action at this time.
0 commit comments