From a1645314f4771dd9dc0e23e50d05b95bb8d43ffa Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 7 Mar 2024 11:59:36 +0100 Subject: [PATCH] games: Drop yuzu It is dead[1]. [1]: https://arstechnica.com/gaming/2024/03/switch-emulator-makers-agree-to-pay-2-4-million-to-settle-nintendo-lawsuit/ --- users/simon/modules/games.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/simon/modules/games.nix b/users/simon/modules/games.nix index f98bff9..e99a4fc 100644 --- a/users/simon/modules/games.nix +++ b/users/simon/modules/games.nix @@ -48,7 +48,6 @@ lib.mkIf cfg.enable { pcsx2 ] ++ lib.optionals (cfg.performanceIndex >= 8) [ unstable.ryujinx - unstable.yuzu-mainline ] ++ lib.optionals unfree.allowSoftware [ unstable.osu-lazer-sandbox ];