libretro: add thepowdertoy core

This commit is contained in:
lunik1 2021-04-20 01:19:36 +01:00
parent 35398a3eb9
commit 4954e63a17
No known key found for this signature in database
GPG key ID: 6A37DF9483188492
2 changed files with 15 additions and 0 deletions

View file

@ -1011,6 +1011,20 @@ in with lib.licenses;
makefile = "Makefile";
};
thepowdertoy = mkLibRetroCore rec {
core = "thepowdertoy";
src = fetchRetro {
repo = "ThePowderToy";
rev = "0ff547e89ae9d6475b0226db76832daf03eec937";
sha256 = "kDpmo/RPYRvROOX3AhsB5pIl0MfHbQmbyTMciLPDNew=";
};
description = "Port of The Powder Toy to libretro";
license = gpl3Only;
extraNativeBuildInputs = [ cmake ];
makefile = "Makefile";
postBuild = "cd src/";
};
tic80 = mkLibRetroCore {
core = "tic80";
src = fetchRetro {

View file

@ -26798,6 +26798,7 @@ in
++ optional (cfg.enableStella or false) stella
++ optional (cfg.enableStella2014 or false) stella2014
++ optional (cfg.enableTGBDual or false) tgbdual
++ optional (cfg.enableThePowderToy or false) the-powder-toy
++ optional (cfg.enableTIC80 or false) tic80
++ optional (cfg.enableVbaNext or false) vba-next
++ optional (cfg.enableVbaM or false) vba-m