From 5e1881bf494e31bd3fec83c367c643c43df055b7 Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Tue, 23 Jan 2024 00:53:04 -0500 Subject: [PATCH] Fixes retroarch core names. --- homes/x86_64-linux/friends@gallifrey/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/homes/x86_64-linux/friends@gallifrey/default.nix b/homes/x86_64-linux/friends@gallifrey/default.nix index a3e03f2..ad80ef1 100644 --- a/homes/x86_64-linux/friends@gallifrey/default.nix +++ b/homes/x86_64-linux/friends@gallifrey/default.nix @@ -5,14 +5,14 @@ let retroarchCustom = pkgs.retroarch.override { cores = with pkgs.libretro; [ - atari800 mednafen-gba mednafen-lynx mednafen-ngp mednafen-pce - mednafen-pce-fast mednafen-pcfx mednafen-psx mednafen-psx-hw - mednafen-saturn mednafen-supafaust mednafen-supergrafx mednafen-vb - mednafen-wswan blastem bluemsx bsnes desmume dolphin dosbox-pure "81" - fceumm fuse gambatte genesis-plus-gx gpsp hatari mame melonds mesen - mesen-s meteor mgba mupen64plus-next neocd nestopia np2kai nxengine o2em - opera parallel-n64 pcsx_rearmed pcsx2 picodrive play ppsspp prboom sameboy - scummvm smsplus snes9x stella tic80 "2048" vbam vba-next + atari800 beetle-gba beetle-lynx beetle-ngp beetle-pce beetle-pce-fast + beetle-pcfx beetle-psx beetle-psx-hw beetle-saturn beetle-supafaust + beetle-supergrafx beetle-vb beetle-wswan blastem bluemsx bsnes desmume + dolphin dosbox-pure eightyone fceumm fuse gambatte genesis-plus-gx gpsp + hatari mame melonds mesen mesen-s meteor mgba mupen64plus neocd nestopia + np2kai nxengine o2em opera parallel-n64 pcsx-rearmed pcsx2 picodrive play + ppsspp prboom sameboy scummvm smsplus-gx snes9x stella tic80 + twenty-fortyeight vba-m vba-next # citra failed to build as of 2023-09-24, fbneo takes 30m+ to build. ]; };