games: Use dolphin from unstable

pull/64/head
Simon Bruder 2022-02-23 20:46:33 +01:00
parent 18144445e4
commit c4381cd564
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -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"