From 0201901829ce03b3caf4b77842d5d6ae3932cef6 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Mon, 6 Dec 2021 17:34:36 -0300 Subject: [PATCH] libretro.snes9x2005-plus: init at unstable-2021-12-06 This is actually the old `libretro.snes9x2005` renamed with the proper core name, and the `libretro.snes9x2005` now is build without the Blaarg's APU (same as upstream). --- pkgs/misc/emulators/retroarch/cores.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pkgs/misc/emulators/retroarch/cores.nix b/pkgs/misc/emulators/retroarch/cores.nix index 63a552ff23bf..703248ad3f1e 100644 --- a/pkgs/misc/emulators/retroarch/cores.nix +++ b/pkgs/misc/emulators/retroarch/cores.nix @@ -804,8 +804,15 @@ in description = "Optimized port/rewrite of SNES9x 1.43 to Libretro"; license = "Non-commercial"; makefile = "Makefile"; + }; + + snes9x2005-plus = mkLibRetroCore { + core = "snes9x2005-plus"; + src = getCoreSrc "snes9x2005"; + description = "Optimized port/rewrite of SNES9x 1.43 to Libretro, with Blargg's APU"; + license = "Non-commercial"; + makefile = "Makefile"; makeFlags = [ "USE_BLARGG_APU=1" ]; - postBuild = "mv snes9x2005_plus_libretro${stdenv.hostPlatform.extensions.sharedLibrary} snes9x2005_libretro${stdenv.hostPlatform.extensions.sharedLibrary}"; }; snes9x2010 = mkLibRetroCore {