CUE4Parse icon indicating copy to clipboard operation
CUE4Parse copied to clipboard

Refactor Oodle and Dll Prep for better Linux and macOS support

Open yretenai opened this issue 1 year ago • 0 comments

This PR refactors:

  • PlatformDeswizzlers: Same convention as Detex (using Constant library name instead of literal name)
  • PlatformDeswizzlers.PrepareDllFile: modern dotnet APIs and early return on non-windows-64
  • Detex: Use "Detex" as library name instead of "Detex.dll"
  • Detex.PrepareDllFile: modern dotnet APIs and early return on non-windows-64
  • Oodle: support multiple platforms and architectures.

yretenai avatar Feb 05 '24 03:02 yretenai