Add mgba libretro core.

This commit is contained in:
CronyAkatsuki 2024-03-19 19:14:08 +01:00
parent 0f0992e305
commit 6798f0a2cb

View File

@ -67,7 +67,7 @@
protonup-qt # Proton ge manager protonup-qt # Proton ge manager
ungoogled-chromium # For sites that don't work with firefox based browsers ungoogled-chromium # For sites that don't work with firefox based browsers
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font (nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
(retroarch.override { cores = with libretro; [ snes9x ]; }) (retroarch.override { cores = with libretro; [ snes9x mgba ]; })
]; ];
# Environmental variables I can't live without # Environmental variables I can't live without