From ba9eed2667fac944869dc437c1422cca1ad59000 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 31 Oct 2013 16:44:45 +0100 Subject: [PATCH] Fixup some core info files --- dist/info/dinothawr_libretro.info | 1 + dist/info/genesis_plus_gx_libretro.info | 2 +- dist/info/nxengine_libretro.info | 1 + dist/info/picodrive_libretro.info | 2 +- dist/info/prboom_libretro.info | 1 + dist/info/tyrquake_libretro.info | 3 ++- 6 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dist/info/dinothawr_libretro.info b/dist/info/dinothawr_libretro.info index 0d978e47..4b096f65 100644 --- a/dist/info/dinothawr_libretro.info +++ b/dist/info/dinothawr_libretro.info @@ -1,4 +1,5 @@ display_name = "Dinothawr" supported_extensions = "game" corename = "Dinothawr" +systemname = "Game" license = "Non-commercial" diff --git a/dist/info/genesis_plus_gx_libretro.info b/dist/info/genesis_plus_gx_libretro.info index b1db8764..ead96534 100644 --- a/dist/info/genesis_plus_gx_libretro.info +++ b/dist/info/genesis_plus_gx_libretro.info @@ -2,7 +2,7 @@ display_name = "Sega MS/GG/MD/CD (Genesis Plus GX)" supported_extensions = "md|smd|gen|sms|gg|sg|bin|cue|ios" corename = "Genesis Plus GX" manufacturer = "Sega" -systemname = "Sega (Various)" +systemname = "Sega 8/16bit (Various)" license = "Non-commercial" firmware_count = 7 diff --git a/dist/info/nxengine_libretro.info b/dist/info/nxengine_libretro.info index 7efe1239..e498727b 100644 --- a/dist/info/nxengine_libretro.info +++ b/dist/info/nxengine_libretro.info @@ -1,4 +1,5 @@ display_name = "Cave Story (NXEngine)" supported_extensions = "exe" corename = "NXEngine" +systemname = "Cave Story game engine" license = "GPLv3" diff --git a/dist/info/picodrive_libretro.info b/dist/info/picodrive_libretro.info index d0f9820b..4cca3692 100644 --- a/dist/info/picodrive_libretro.info +++ b/dist/info/picodrive_libretro.info @@ -2,5 +2,5 @@ display_name = "Sega MS/GG/MD/CD/32X (Picodrive)" supported_extensions = "md|smd|gen|sms|gg|sg|bin|cue|ios|32x" corename = "Picodrive" manufacturer = "Sega" -systemname = "Sega (Various)" +systemname = "Sega 16bit + 32X (Various)" license = "MAME" diff --git a/dist/info/prboom_libretro.info b/dist/info/prboom_libretro.info index 6e49ac87..d61cb87c 100644 --- a/dist/info/prboom_libretro.info +++ b/dist/info/prboom_libretro.info @@ -1,4 +1,5 @@ display_name = "Doom (PrBoom)" supported_extensions = "wad|iwad" corename = "prboom" +systemname = "DOOM game engine" license = "GPLv2" diff --git a/dist/info/tyrquake_libretro.info b/dist/info/tyrquake_libretro.info index 3a0c8a4b..3e2b9748 100644 --- a/dist/info/tyrquake_libretro.info +++ b/dist/info/tyrquake_libretro.info @@ -1,4 +1,5 @@ display_name = "Quake 1 (TyrQuake)" supported_extensions = "pak" -corename = "prboom" +corename = "TyrQuake" +systemname = "Quake 1 game engine" license = "GPLv2"