File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ v0.3.2
2+ ======
3+ * Better syscall handling
4+ * Fixed some wrapped functions, added some others
5+ * Introduced another wrapper helper
6+ * Added some more opcodes
7+ * Added a cosimulation mode (to compare the behaviour of the dynarec against the interpreter)
8+ * Added support of FASTNAN for some more opcodes
9+ * Reduced memory footprint
10+ * Added BOX86_NOSANDBOX (adds an argument to the command line)
11+ * Added an ukrainian translation
12+ => Mostly a stability update with improved elfloader, fixed opcodes and refined profiles
13+
114v0.3.0
215======
316* Added rcfile handling: box86 now read ` /etc/box86.box86rc ` and ` ~/.box86rc ` and apply per process parameters
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 1
6+ #define BOX86_REVISION 2
77
88#endif //__BOX86_VERSION_H_
You can’t perform that action at this time.
0 commit comments