games: Use dolphin from unstable
This commit is contained in:
parent
18144445e4
commit
c4381cd564
|
@ -88,7 +88,7 @@ lib.mkIf cfg.enable {
|
|||
mgba
|
||||
] ++ lib.optionals (cfg.performanceIndex >= 4) [
|
||||
desmume
|
||||
dolphinEmuMaster
|
||||
unstable.dolphin-emu-beta
|
||||
] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) (unstable.yuzu-mainline.overrideAttrs (o: o // {
|
||||
cmakeFlags = o.cmakeFlags ++ [
|
||||
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON"
|
||||
|
|
Loading…
Reference in a new issue