feat(desktop): setup rpcs3.

This commit is contained in:
CronyAkatsuki 2025-10-06 23:08:11 +02:00
parent 4fca123552
commit 4afb18bbb1
2 changed files with 15 additions and 14 deletions

View file

@ -10,21 +10,21 @@
config = lib.mkIf config.crony.emulators.enable {
home.packages = with pkgs; [
(retroarch.withCores (
cores:
with cores; [
beetle-saturn
mupen64plus
flycast
desmume
]
))
duckstation
pcsx2
dolphin-emu
# (retroarch.withCores (
# cores:
# with cores; [
# beetle-saturn
# mupen64plus
# flycast
# desmume
# ]
# ))
# duckstation
# pcsx2
# dolphin-emu
rpcs3
mame-tools
steam-rom-manager
# mame-tools
# steam-rom-manager
];
};
}