Skip to content

FEX-2110

Compare
Choose a tag to compare
@Sonicadvance1 Sonicadvance1 released this 08 Oct 23:34
· 8310 commits to main since this release
  • AOTIR
  • Config
    • Check for container-manager and redirect (56bddd3)
  • Core
    • Minor documentation and code splitting (fb01e8b)
  • FEXConfig
    • Change shortcut for opening application profile (a56463a)
  • FEXLoader
  • FEXMountDaemon
    • Fixes shutdown race conditions (c9a6265)
  • FileManager
    • Allow reading real root (ba174e5)
  • Interpreter
    • Changes basic loadstores to sized accesses (08f5654)
  • Linux
    • Implements support for POSIX message queues on 32-bit (21ff433)
    • Implements support for timer_create (f232dce)
    • Fixes timex definition for 32-bit syscalls (368095f)
    • Fixes rlimit syscalls for 32-bit (e91061f)
  • 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
    • Adds support for setting host environment variables from config (d5f9f43)
    • Build fix for ENABLE_JITSYMBOLS (591fc00)
    • RA validation (3744ec2)