Skip to content

v0.1.2

Compare
Choose a tag to compare
@ptitSeb ptitSeb released this 19 Nov 21:17
· 2491 commits to master since this release

What's Changed

  • The Dynarec now handle JIT code
  • Added support for Unity games (not perfect yet).
  • Added support for Wine (not perfect yet). You need an x86 build of Wine to use it.
  • Added support for Steam (not perfect yet). Note that Steam have limited functionalities on 32bits (only mini-mode is available).
  • More wrapped libs
  • Added support for the "PltResolver". This makes the order of libraries less important and many symbols are now resolved at runtime.
  • Added an option to build Box86 as a library (to wrap dynamic library).
  • Better Signal handling (not perfect yet).
  • More opcodes added, more opcode fixes.
  • More Dynarec opcodes.
  • Added support for FS:, and creating custom selector (needed by Wine).
  • There is now 1 x86emu_t structure per thread (simplifying/optimising many callback handling).
  • Box86 now has a logo!
  • Added options handling (only version and help for now). Now it's much usefull exept for version printing.

Contributions

New Contributors