fix: correct retroarch setup with cores.
This commit is contained in:
parent
6276e0b53d
commit
879aae7b04
@ -30,14 +30,15 @@
|
||||
overskride
|
||||
delfin
|
||||
# Setting up emulator just cause
|
||||
(retroarch.overrideAttrs {
|
||||
cores = with libretro; [
|
||||
beetle-saturn
|
||||
parallel-n64
|
||||
flycast
|
||||
desmume
|
||||
];
|
||||
})
|
||||
(retroarch.withCores (
|
||||
cores:
|
||||
with cores; [
|
||||
beetle-saturn
|
||||
parallel-n64
|
||||
flycast
|
||||
desmume
|
||||
]
|
||||
))
|
||||
duckstation
|
||||
pcsx2
|
||||
dolphin-emu
|
||||
|
Loading…
x
Reference in New Issue
Block a user