We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c37fe commit 716deb5Copy full SHA for 716deb5
1 file changed
pkgs/misc/emulators/retroarch/cores.nix
@@ -184,18 +184,6 @@ in
184
description = "Port of Mednafen's Saturn core to libretro";
185
license = lib.licenses.gpl2Only;
186
makefile = "Makefile";
187
- makeFlags = [ "HAVE_HW=0" ];
188
- meta.platforms = [ "x86_64-linux" "aarch64-linux" ];
189
- };
190
-
191
- beetle-saturn-hw = mkLibRetroCore {
192
- core = "mednafen-saturn-hw";
193
- src = getCoreSrc "beetle-saturn";
194
- description = "Port of Mednafen's Saturn core to libretro";
195
- license = lib.licenses.gpl2Only;
196
- extraBuildInputs = [ libGL libGLU ];
197
- makefile = "Makefile";
198
- makeFlags = [ "HAVE_OPENGL=1" "HAVE_HW=1" ];
199
meta.platforms = [ "x86_64-linux" "aarch64-linux" ];
200
};
201
0 commit comments