From 2888de2c4d40e417cee537b0ce4740fea9007c8e Mon Sep 17 00:00:00 2001 From: roxwize Date: Sat, 22 Feb 2025 18:15:11 -0500 Subject: [PATCH] ~ --- nixos/packages.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nixos/packages.nix b/nixos/packages.nix index cd2afb5..ac388b9 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -35,14 +35,15 @@ prismlauncher # Free, open source launcher for Minecraft (retroarch.override { # Multi-platform emulator frontend for libretro cores cores = with libretro; [ + blastem # Sega Genesis dosbox # MS-DOS easyrpg # RPG Maker 2000/2003 - mame # Arcade + mame # Arcade melonds # Nintendo DS - mgba # Game Boy Advance - pcsx2 # PlayStation 2 + mesen + pcsx2 # PlayStation 2 ppsspp # PlayStation Portable - snes9x # Super Nintendo Entertainment System + snes9x # Super Nintendo Entertainment System yabause # Sega Saturn ]; })