From 2e82349c5b2407e63167e6823a07e242a9656ad8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 28 Jul 2016 19:25:27 +0200 Subject: [PATCH] Add video_processor target --- rules.d/core-rules.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 941d4110..f9f5e8d8 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -52,6 +52,11 @@ libretro_mgba_name="mGBA" libretro_mgba_git_url="https://github.com/libretro/mgba.git" libretro_mgba_build_makefile="Makefile.libretro" +register_module core "video_processor" +libretro_video_processor_name="Video processor" +libretro_video_processor_git_url="https://github.com/libretro/libretro-video-processor.git" +libretro_video_processor_build_makefile="Makefile" + register_module core "fb_alpha_new" -psp1 libretro_fb_alpha_new_name="Final Burn Alpha [New]" libretro_fb_alpha_new_git_url="https://github.com/libretro/libretro-fba.git"