games: Use mainline branch of yuzu

neomutt
Simon Bruder 2022-01-01 16:38:53 +01:00
parent 06a464c182
commit aba6be5002
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -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"
];