games: Use mainline branch of yuzu
This commit is contained in:
parent
06a464c182
commit
aba6be5002
|
@ -88,7 +88,7 @@ lib.mkIf cfg.enable {
|
||||||
] ++ lib.optionals (cfg.performanceIndex >= 4) [
|
] ++ lib.optionals (cfg.performanceIndex >= 4) [
|
||||||
desmume
|
desmume
|
||||||
dolphinEmuMaster
|
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 ++ [
|
cmakeFlags = o.cmakeFlags ++ [
|
||||||
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON"
|
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue