libretro: add mGBA core

Closes #22618.
This commit is contained in:
Christoph Hrdinka 2017-02-10 12:03:14 +01:00
parent 5b1a1b0e50
commit a7ca114545
No known key found for this signature in database
GPG Key ID: 72F8CDD6B2D585C9
2 changed files with 11 additions and 0 deletions

View File

@ -182,6 +182,16 @@ in
buildPhase = "make";
};
mgba = mkLibRetroCore rec {
core = "mgba";
src = fetchRetro {
repo = core;
rev = "4000128339b535896615c994cafcd777637573f4";
sha256 = "1yar78rvgfqx7jdna9chkmmbnpcf7k9ckbzj506f7k7m7zv819fn";
};
description = "Port of mGBA to libretro";
};
mupen64plus = (mkLibRetroCore rec {
core = "mupen64plus";
src = fetchRetro {

View File

@ -15615,6 +15615,7 @@ with pkgs;
++ optional (cfg.enableMednafenPCEFast or false) mednafen-pce-fast
++ optional (cfg.enableMednafenPSX or false) mednafen-psx
++ optional (cfg.enableMednafenSaturn or false) mednafen-saturn
++ optional (cfg.enableMGBA or false) mgba
++ optional (cfg.enableMupen64Plus or false) mupen64plus
++ optional (cfg.enableNestopia or false) nestopia
++ optional (cfg.enablePicodrive or false) picodrive