games: Do not override yuzu
Now that it is available in the binary cache, I should leverage this.
This commit is contained in:
parent
10ac678bb2
commit
7248c854bb
|
@ -97,11 +97,7 @@ lib.mkIf cfg.enable {
|
||||||
] ++ lib.optionals (cfg.performanceIndex >= 4) [
|
] ++ lib.optionals (cfg.performanceIndex >= 4) [
|
||||||
desmume
|
desmume
|
||||||
unstable.dolphin-emu-beta
|
unstable.dolphin-emu-beta
|
||||||
] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) (unstable.yuzu-mainline.overrideAttrs (o: o // {
|
] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) (unstable.yuzu-mainline)
|
||||||
cmakeFlags = o.cmakeFlags ++ [
|
|
||||||
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON"
|
|
||||||
];
|
|
||||||
}))
|
|
||||||
++ lib.optionals unfree.allowSoftware [
|
++ lib.optionals unfree.allowSoftware [
|
||||||
unstable.osu-lazer-sandbox
|
unstable.osu-lazer-sandbox
|
||||||
steam-sandbox-with-icons
|
steam-sandbox-with-icons
|
||||||
|
|
Loading…
Reference in a new issue