- AOTIR
- fix use after free (327c4d5)
- Config
- Check for container-manager and redirect (56bddd3)
- Core
- Minor documentation and code splitting (fb01e8b)
- FEXConfig
- Change shortcut for opening application profile (a56463a)
- FEXLoader
- Flush log output (360c4a2)
- FEXMountDaemon
- Fixes shutdown race conditions (c9a6265)
- FileManager
- Allow reading real root (ba174e5)
- Interpreter
- Changes basic loadstores to sized accesses (08f5654)
- Linux
- OpcodeDispatcher
- Ensure some x87 templates get passed long constants (1fa3afd)
- Scripts
- Adds a new script for extracting function definitions (9d460e8)
- Softfloat
- Allow forcing use of some x87 on x86 host (d004fee)
- StructVerifier
- Fix struct match and minor fixes (2b757a9)
- Thunks
- Vulkan thunks (b3efb1d)
- Support versioned libraries (0dc8e23)
- Install a global thunksDB for our current thunks (72125c9)
- Adds a few missing libGL thunk functions (9a07b55)
- Some minor X related thunk changes (e0b878f)
- Expands Xext thunked functions listo (073224f)
- Expands what asound thunking supports (00511c1)
- Adds a new Thunks database config file (66c7fdb)
- Makes file searches a bit easier (a48ed37)
- Adds init helpers with function call (98bee5a)
- ThunkHelpers script improvements (8d13261)
- Minor fixes to the config and loading (d93edb2)
- Misc