From 4622f367980e8f5f9dc994e7c2db3894148e403d Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Tue, 10 Mar 2015 14:16:07 -0700 Subject: [PATCH] Add a note about the lutro games (they're assets) --- rules.d/core-rules.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 75ebbf6e..d894749e 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -319,6 +319,9 @@ libretro_lutro_name="Lutro" libretro_lutro_git_url="https://github.com/libretro/libretro-lutro.git" libretro_lutro_build_makefile="Makefile" +## TODO: The lutro modules here aren't really "cores", they're assets +## Figure out where to put them and what to do with them. + register_core "lutro_platformer" none libretro_lutro_platformer_name="Lutro-Platformer" libretro_lutro_platformer_git_url="https://github.com/libretro/lutro-platformer.git"