mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-10 00:55:55 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
This interface is for native host code to be able to call back in to JIT to execute guest code. This is mainly for thunks but could be used for other purposes. This can cross a couple ABI boundaries so one must be careful when calling in to this
FEX - Fast x86 emulation frontend
This is the frontend application and tooling used for development and debugging of the FEXCore library.
Dependencies
- SonicUtils
- 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
Languages
C++
59.5%
Assembly
30.6%
C
7.1%
Python
1.5%
CMake
1%
Other
0.3%