games: Use mainline branch of yuzu

This commit is contained in:
Simon Bruder 2022-01-01 16:38:53 +01:00
parent 06a464c182
commit aba6be5002
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

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