From 007e4d350bcd57293e4c67b58f41d80fbf1d2ca0 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 4 Dec 2016 05:52:16 -0500 Subject: [PATCH 1/3] Add database entry to Dinothawr As a follow up to https://github.com/libretro/libretro-database/pull/338 , we will need the database entry in the Dinothawr.info file. --- dist/info/dinothawr_libretro.info | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/info/dinothawr_libretro.info b/dist/info/dinothawr_libretro.info index f8b2eca1..d4b66628 100644 --- a/dist/info/dinothawr_libretro.info +++ b/dist/info/dinothawr_libretro.info @@ -2,6 +2,7 @@ display_name = "Dinothawr" authors = "Themaister|Agnes Heyer" supported_extensions = "game" corename = "Dinothawr" +database = "Dinothawr" categories = "Game" license = "Non-commercial" permissions = "" From e0d4b2e42858f8c542507344fa6c7b6d13d890ad Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 4 Dec 2016 06:01:02 -0500 Subject: [PATCH 2/3] Add systemname to the Dinothawr info --- dist/info/dinothawr_libretro.info | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/info/dinothawr_libretro.info b/dist/info/dinothawr_libretro.info index d4b66628..f50dc894 100644 --- a/dist/info/dinothawr_libretro.info +++ b/dist/info/dinothawr_libretro.info @@ -3,6 +3,7 @@ authors = "Themaister|Agnes Heyer" supported_extensions = "game" corename = "Dinothawr" database = "Dinothawr" +systemname = "Dinothawr (Game Engine)" categories = "Game" license = "Non-commercial" permissions = "" From 00bf9e751bd59f55049c02bafdcdbbe9ed699ca8 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Mon, 5 Dec 2016 12:25:19 -0500 Subject: [PATCH 3/3] Fix System Name for Dinothawr --- dist/info/dinothawr_libretro.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/info/dinothawr_libretro.info b/dist/info/dinothawr_libretro.info index f50dc894..eb25a97c 100644 --- a/dist/info/dinothawr_libretro.info +++ b/dist/info/dinothawr_libretro.info @@ -3,7 +3,7 @@ authors = "Themaister|Agnes Heyer" supported_extensions = "game" corename = "Dinothawr" database = "Dinothawr" -systemname = "Dinothawr (Game Engine)" +systemname = "Dinothawr Game Engine" categories = "Game" license = "Non-commercial" permissions = ""