-
Notifications
You must be signed in to change notification settings - Fork 787
Description
This is a continuation of #1
The current top priorities for our Linux build are:
- Providing AppImage releases
- Wayland support (at least for Vulkan)
- Finding a way to correctly emulate Wii U's case-insensitive filesystem on case-sensitive host filesystems
There are also some features that haven't been ported over yet:
- HID support (Wii U nsyshid.rpl driver). Required for USB portals (Skylanders Portal of Power, Lego Dimension etc.)
- nlibcurl. Has been ported but not tested a lot
- Some debugger features like memory breakpoints
Nice to have:
- Providing flatpak releases
(List last updated on 16-03-2024)
When building from source we use vcpkg for managing dependencies on all platforms and our officially supported and recommended compiler is Clang 14 or higher (and MSVC on Windows). With the -DENABLE_VCPKG=OFF option you can use system libraries instead of vcpkg but we generally discourage it as we prefer having builds with the same exact library configuration across all platforms for simplicity of debugging. We also won't officially support distributing Cemu as a distro package. Of course package maintainers are free to package it, but our focus is to streamline the troubleshooting and bug reporting process and it's way easier if there aren't dozens of different builds.