retroarch: add NP2kai core
This commit is contained in:
@@ -718,6 +718,25 @@ in with stdenv.lib.licenses;
|
||||
preBuild = "cd libretro";
|
||||
};
|
||||
|
||||
np2kai = mkLibRetroCore rec {
|
||||
core = "np2kai";
|
||||
src = fetchFromGitHub rec {
|
||||
owner = "AZO234";
|
||||
repo = "NP2kai";
|
||||
rev = "4a317747724669343e4c33ebdd34783fb7043221";
|
||||
sha256 = "0kxysxhx6jyk82mx30ni0ydzmwdcbnlxlnarrlq018rsnwb4md72";
|
||||
};
|
||||
description = "Neko Project II kai libretro port";
|
||||
license = mit;
|
||||
makefile = "Makefile.libretro";
|
||||
preBuild = ''
|
||||
cd sdl2
|
||||
substituteInPlace ${makefile} \
|
||||
--replace 'GIT_VERSION :=' 'GIT_VERSION ?='
|
||||
export GIT_VERSION=${builtins.substring 0 7 src.rev}
|
||||
'';
|
||||
};
|
||||
|
||||
o2em = mkLibRetroCore rec {
|
||||
core = "o2em";
|
||||
src = fetchRetro {
|
||||
|
||||
Reference in New Issue
Block a user