Scott Mansell 3cae0a0932 Better Default Configuration
Make FEX have good performance out of the box

resolves #685
2021-01-23 13:47:53 +13:00
2021-01-09 04:17:35 +02:00
2020-11-29 00:30:28 -08:00
2021-01-23 13:47:53 +13:00
2020-08-21 01:29:37 +12:00
2021-01-09 04:17:35 +02:00
2020-12-25 01:57:09 -08:00
2020-11-29 00:30:28 -08:00
2020-03-06 09:08:13 +02:00
2020-11-29 00:30:28 -08:00

FEX - Fast x86 emulation frontend

This is the frontend application and tooling used for development and debugging of the FEXCore library.

Dependencies

  • FEXCore
  • cpp-optparse
  • imgui
  • json-maker
  • tiny-json
  • boost interprocess (sadly)
  • A C++17 compliant compiler (There are assumptions made about using Clang and LTO)
  • clang-tidy if you want the code cleaned up
  • cmake

FEX diagram

Description
A fast usermode x86 and x86-64 emulator for Arm64 Linux
Readme 53 MiB
Languages
C++ 59.4%
Assembly 30.7%
C 7.1%
Python 1.5%
CMake 1%
Other 0.3%