games: Use dolphin from unstable
This commit is contained in:
parent
18144445e4
commit
c4381cd564
|
@ -88,7 +88,7 @@ lib.mkIf cfg.enable {
|
||||||
mgba
|
mgba
|
||||||
] ++ lib.optionals (cfg.performanceIndex >= 4) [
|
] ++ lib.optionals (cfg.performanceIndex >= 4) [
|
||||||
desmume
|
desmume
|
||||||
dolphinEmuMaster
|
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.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