Pinging @marcin-serwin. 1. `aarch64-disable-fastmem.patch` is not needed, this was a red herring. The actual issue is fastmem isn't supported with 16KB page sizes on Asahi Linux. 2. These two are unnecessary as they default to off already: ``` (lib.cmakeBool "YUZU_USE_EXTERNAL_SDL2" false) (lib.cmakeBool "YUZU_USE_BUNDLED_FFMPEG" false) ``` 3. https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ed/eden/package.nix#L57-L89 - any reason not to use the premade archive? 4. `YUZU_USE_QT_MULTIMEDIA` is not functional for Qt 6 and we will eventually remove it upstream
Pinging @marcin-serwin.
aarch64-disable-fastmem.patchis not needed, this was a red herring. The actual issue is fastmem isn't supported with 16KB page sizes on Asahi Linux.YUZU_USE_QT_MULTIMEDIAis not functional for Qt 6 and we will eventually remove it upstream