mirror of
https://codeberg.org/geekygays/nixconf.git
synced 2024-11-04 23:57:12 +00:00
Fixes retroarch core names.
This commit is contained in:
parent
bda21f0554
commit
5e1881bf49
1 changed files with 8 additions and 8 deletions
|
@ -5,14 +5,14 @@
|
||||||
let
|
let
|
||||||
retroarchCustom = pkgs.retroarch.override {
|
retroarchCustom = pkgs.retroarch.override {
|
||||||
cores = with pkgs.libretro; [
|
cores = with pkgs.libretro; [
|
||||||
atari800 mednafen-gba mednafen-lynx mednafen-ngp mednafen-pce
|
atari800 beetle-gba beetle-lynx beetle-ngp beetle-pce beetle-pce-fast
|
||||||
mednafen-pce-fast mednafen-pcfx mednafen-psx mednafen-psx-hw
|
beetle-pcfx beetle-psx beetle-psx-hw beetle-saturn beetle-supafaust
|
||||||
mednafen-saturn mednafen-supafaust mednafen-supergrafx mednafen-vb
|
beetle-supergrafx beetle-vb beetle-wswan blastem bluemsx bsnes desmume
|
||||||
mednafen-wswan blastem bluemsx bsnes desmume dolphin dosbox-pure "81"
|
dolphin dosbox-pure eightyone fceumm fuse gambatte genesis-plus-gx gpsp
|
||||||
fceumm fuse gambatte genesis-plus-gx gpsp hatari mame melonds mesen
|
hatari mame melonds mesen mesen-s meteor mgba mupen64plus neocd nestopia
|
||||||
mesen-s meteor mgba mupen64plus-next neocd nestopia np2kai nxengine o2em
|
np2kai nxengine o2em opera parallel-n64 pcsx-rearmed pcsx2 picodrive play
|
||||||
opera parallel-n64 pcsx_rearmed pcsx2 picodrive play ppsspp prboom sameboy
|
ppsspp prboom sameboy scummvm smsplus-gx snes9x stella tic80
|
||||||
scummvm smsplus snes9x stella tic80 "2048" vbam vba-next
|
twenty-fortyeight vba-m vba-next
|
||||||
# citra failed to build as of 2023-09-24, fbneo takes 30m+ to build.
|
# citra failed to build as of 2023-09-24, fbneo takes 30m+ to build.
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue