From 1346cb93af4c5042af051105a4737e9fe25e8ea0 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 30 Apr 2023 15:23:18 +0200 Subject: [PATCH] retroatch: Add pcsx2 --- modules/programs/gaming/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/gaming/default.nix b/modules/programs/gaming/default.nix index 541c93b..1c9ce58 100644 --- a/modules/programs/gaming/default.nix +++ b/modules/programs/gaming/default.nix @@ -20,7 +20,7 @@ in { (pkgs.callPackage ./wrapper.nix { inherit (pkgs) retroarch; cores = with pkgs.libretro; [ - mgba mupen64plus melonds desmume dolphin + mgba mupen64plus melonds desmume dolphin pcsx2 ]; })