File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ v0.2.4
2+ ======
3+ * Added Dynarec for RISC-V
4+ * Added partial 32 bits support (WoW64 works)
5+ * Changed cpuid to display box64
6+ * Fixed steam, again
7+ * Improved hacked version for overridden malloc/free functions
8+ * More wrapped libs
9+ * More wrapped functions and syscalls
10+ * Reduced memory footprint
11+ * Added support for the BIND_NOW flags in ELF files
12+ * Added RTLD_NOLOAD support
13+ * Fixed some typos and general cleanup, again
14+ * Added a cosimulation mode (to compare the behaviour of the dynarec with the interpreter)
15+ * Added FASTNAN/FASTROUND handling for more opcodes
16+ * Better float/double/long double handling
17+ * Better dlopen/dlclose handling
18+ * More games in the rc file
19+ * Added BOX64_DYNAREC_MISSING to show only missing opcode, independantly of the log level
20+ * Added BOX64_RESERVE_HIGH to reserve addresses above 47bits
21+ * Improved multitreading support
22+ * Ukrainian translation of the README
23+ => Dynarec now support RISC-V, large speedup on RISC-V 64, were games are now playable (like Stardew Valley on a Vision Five 2)
24+ => Improved compatibility with more fixes in elf handling, more wrapped libs and functiond, more fixed opcodes and refined profile
25+
126v0.2.2
227======
328* Added a hacked version for overridden malloc/free functions, enabling libcef (and derivative) to work.
Original file line number Diff line number Diff line change 33
44#define BOX64_MAJOR 0
55#define BOX64_MINOR 2
6- #define BOX64_REVISION 3
6+ #define BOX64_REVISION 4
77
88#endif //__BOX64_VERSION_H_
You can’t perform that action at this time.
0 commit comments