From 3cfb55c4f0946e4d9cfcff507e8576910aa27b78 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 18 Jan 2025 00:56:10 -0600 Subject: [PATCH] replaced citra with new mantained emulator --- modules/apps/gaming.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/apps/gaming.nix b/modules/apps/gaming.nix index 2f13523..10a0375 100644 --- a/modules/apps/gaming.nix +++ b/modules/apps/gaming.nix @@ -29,7 +29,6 @@ heroic # install epic games protonup-qt # update proton-ge ns-usbloader # load games into my switch - # emulators rpcs3 # ps3 pcsx2 # ps2 @@ -41,7 +40,6 @@ ; inherit (inputs.jawz-scripts.packages.x86_64-linux) polymc # minecraft launcher - citra # 3Ds emulator ; }; };