From aba6be5002f40375f4bc54055e866134128551c3 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 1 Jan 2022 16:38:53 +0100 Subject: [PATCH] games: Use mainline branch of yuzu --- users/simon/modules/games.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/simon/modules/games.nix b/users/simon/modules/games.nix index 0381716..f6b4dc9 100644 --- a/users/simon/modules/games.nix +++ b/users/simon/modules/games.nix @@ -88,7 +88,7 @@ lib.mkIf cfg.enable { ] ++ lib.optionals (cfg.performanceIndex >= 4) [ desmume dolphinEmuMaster - ] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) (unstable.yuzu-ea.overrideAttrs (o: o // { + ] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) (unstable.yuzu-mainline.overrideAttrs (o: o // { cmakeFlags = o.cmakeFlags ++ [ "-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON" ];