Docs: Update for release FEX-2312

This commit is contained in:
Ryan Houdek 2023-12-03 17:59:59 -08:00
parent b619f381b3
commit 64276dbd0c

View File

@ -1,4 +1,4 @@
# FEX-2311
# FEX-2312
## FEXCore
See [FEXCore/Readme.md](../FEXCore/Readme.md) for more details
@ -77,10 +77,6 @@ Logic that binds various parts together
Emulation mainloop related glue logic
- [Core.cpp](../FEXCore/Source/Interface/Core/Core.cpp): Glues Frontend, OpDispatcher and IR Opts & Compilation, LookupCache, Dispatcher and provides the Execution loop entrypoint
#### gdbserver
- [GdbServer.cpp](../FEXCore/Source/Interface/Core/GdbServer.cpp): Provides a gdb interface to the guest state
- [GdbServer.h](../FEXCore/Source/Interface/Core/GdbServer.h)
#### log-manager
- [LogManager.cpp](../FEXCore/Source/Utils/LogManager.cpp)