feat(desktop): setup rpcs3.
This commit is contained in:
parent
4fca123552
commit
4afb18bbb1
2 changed files with 15 additions and 14 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue