retroatch: Add pcsx2

This commit is contained in:
PapaTutuWawa 2023-04-30 15:23:18 +02:00
parent 1e24a7d6bc
commit 1346cb93af

View File

@ -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
];
})