feat: add eontimer, pokefinder, retroarch

This commit is contained in:
Swarsel 2024-12-21 01:36:17 +01:00
parent 9e8324ad27
commit efca28aa57
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 165 additions and 20 deletions

View file

@ -15,6 +15,17 @@ let
];
};
retroarch = _prev.retroarch.withCores (cores: with cores; [
snes9x # snes
nestopia # nes
dosbox # dos
scummvm # scumm
vba-m # gb/a
mgba # gb/a
melonds # ds
dolphin # gc/wii
]);
# prismlauncher = _prev.prismlauncher.override {
# glfw = _prev.glfw-wayland-minecraft;
# };