From 0be938f69775b558bbe7156f12869abbfa60aeae Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 31 Aug 2024 12:00:54 +0200 Subject: [PATCH] backwards: Add `swanstation` emulator to `retroarch` --- hosts/backwards/modules/games/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/backwards/modules/games/default.nix b/hosts/backwards/modules/games/default.nix index 9fba2e1..1fba60a 100644 --- a/hosts/backwards/modules/games/default.nix +++ b/hosts/backwards/modules/games/default.nix @@ -6,6 +6,7 @@ cores = [ pkgs.libretro.snes9x pkgs.libretro.genesis-plus-gx + pkgs.libretro.swanstation ]; }) ];