From bf9f1c4630cafdec89bd18f786c7db21a8953239 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Dec 2014 19:20:54 +0100 Subject: [PATCH] Add 'categories' to core info files --- dist/info/2048_libretro.info | 1 + dist/info/3dengine_libretro.info | 1 + dist/info/4do_libretro.info | 1 + dist/info/beetle_psx_libretro.info | 1 + dist/info/bluemsx_libretro.info | 1 + dist/info/bnes_libretro.info | 1 + dist/info/bsnes_accuracy_libretro.info | 3 ++- dist/info/bsnes_balanced_libretro.info | 3 ++- dist/info/bsnes_cplusplus98_libretro.info | 1 + dist/info/bsnes_mercury_accuracy_libretro.info | 1 + dist/info/bsnes_mercury_balanced_libretro.info | 1 + dist/info/bsnes_mercury_performance_libretro.info | 1 + dist/info/bsnes_performance_libretro.info | 3 ++- dist/info/catsfc_libretro.info | 1 + dist/info/desmume_libretro.info | 1 + dist/info/dinothawr_libretro.info | 2 +- dist/info/dosbox_libretro.info | 1 + dist/info/example | 3 +++ dist/info/fb_alpha_libretro.info | 1 + dist/info/fba_cores_cps1_libretro.info | 3 ++- dist/info/fba_cores_cps2_libretro.info | 1 + dist/info/fba_cores_neo_libretro.info | 1 + dist/info/fceumm_libretro.info | 1 + dist/info/ffmpeg_libretro.info | 1 + dist/info/fmsx_libretro.info | 1 + dist/info/gambatte_libretro.info | 1 + dist/info/genesis_plus_gx_libretro.info | 1 + dist/info/gpsp_libretro.info | 1 + dist/info/handy_libretro.info | 1 + dist/info/hatari_libretro.info | 1 + dist/info/imame4all_libretro.info | 3 ++- dist/info/mame078_libretro.info | 1 + dist/info/mame2010_libretro.info | 1 + dist/info/mame_libretro.info | 1 + dist/info/mednafen_gba_libretro.info | 1 + dist/info/mednafen_lynx_libretro.info | 1 + dist/info/mednafen_ngp_libretro.info | 1 + dist/info/mednafen_pce_fast_libretro.info | 1 + dist/info/mednafen_pcfx_libretro.info | 1 + dist/info/mednafen_psx_libretro.info | 1 + dist/info/mednafen_snes_libretro.info | 1 + dist/info/mednafen_supergrafx_libretro.info | 1 + dist/info/mednafen_vb_libretro.info | 1 + dist/info/mednafen_wswan_libretro.info | 1 + dist/info/mess_libretro.info | 1 + dist/info/meteor_libretro.info | 1 + dist/info/mupen64plus_libretro.info | 1 + dist/info/nestopia_libretro.info | 1 + dist/info/nxengine_libretro.info | 1 + dist/info/o2em_libretro.info | 1 + dist/info/pcsx_rearmed_interpreter_libretro.info | 1 + dist/info/pcsx_rearmed_libretro.info | 1 + dist/info/pcsx_rearmed_libretro_neon.info | 1 + dist/info/picodrive_libretro.info | 1 + dist/info/pocketsnes_libretro.info | 1 + dist/info/ppsspp_libretro.info | 1 + dist/info/prboom_libretro.info | 1 + dist/info/prosystem_libretro.info | 1 + dist/info/puae_libretro.info | 1 + dist/info/quicknes_libretro.info | 1 + dist/info/remotejoy_libretro.info | 2 +- dist/info/scummvm_libretro.info | 3 ++- dist/info/snes9x_libretro.info | 1 + dist/info/snes9x_next_libretro.info | 1 + dist/info/stella_libretro.info | 1 + dist/info/stonesoup_libretro.info | 2 +- dist/info/tempgba_libretro.info | 1 + dist/info/tgbdual_libretro.info | 1 + dist/info/tyrquake_libretro.info | 2 +- dist/info/ume_libretro.info | 1 + dist/info/vba_next_libretro.info | 1 + dist/info/vbam_libretro.info | 1 + dist/info/vecx_libretro.info | 1 + dist/info/virtualjaguar_libretro.info | 1 + dist/info/yabause_libretro.info | 1 + 75 files changed, 83 insertions(+), 10 deletions(-) diff --git a/dist/info/2048_libretro.info b/dist/info/2048_libretro.info index ee929a19..63cac824 100644 --- a/dist/info/2048_libretro.info +++ b/dist/info/2048_libretro.info @@ -2,6 +2,7 @@ display_name = "2048" authors = "Gabriele Cirulli" supported_extensions = "" corename = "2048" +categoryname = "Game" systemname = "2048 game clone" license = "GPLv3" permissions = "" diff --git a/dist/info/3dengine_libretro.info b/dist/info/3dengine_libretro.info index 88de9014..72e53334 100644 --- a/dist/info/3dengine_libretro.info +++ b/dist/info/3dengine_libretro.info @@ -3,6 +3,7 @@ display_name = "3D Engine" supported_extensions = "png|jpg|mtl|obj" corename = "3DEngine" manufacturer = "Various" +categories = "Tech demo" systemname = "3D Engine" license = "" permissions = "" diff --git a/dist/info/4do_libretro.info b/dist/info/4do_libretro.info index f9ed3d81..b1a82f36 100644 --- a/dist/info/4do_libretro.info +++ b/dist/info/4do_libretro.info @@ -3,6 +3,7 @@ authors = "JohnnyDude|FreeDO team" supported_extensions = "iso|cue" corename = "4DO" manufacturer = "Various" +categories = "Emulator" systemname = "3DO" license = "LGPL with additional notes" permissions = "" diff --git a/dist/info/beetle_psx_libretro.info b/dist/info/beetle_psx_libretro.info index 286cd061..918b0f18 100644 --- a/dist/info/beetle_psx_libretro.info +++ b/dist/info/beetle_psx_libretro.info @@ -3,6 +3,7 @@ authors = "Ryphecha|Libretro" supported_extensions = "cue|toc|m3u|ccd|exe" corename = "Beetle PSX" manufacturer = "Sony" +categories = "Emulator" systemname = "PlayStation" license = "GPLv2" permissions = "" diff --git a/dist/info/bluemsx_libretro.info b/dist/info/bluemsx_libretro.info index 69183f80..605d580e 100644 --- a/dist/info/bluemsx_libretro.info +++ b/dist/info/bluemsx_libretro.info @@ -3,6 +3,7 @@ authors = "Daniel Vik" supported_extensions = "rom|ri|mx1|mx2|col|sg|sc" corename = "blueMSX" manufacturer = "Various" +categoryname = "Emulator" systemname = "MSX/SVI/ColecoVision/SG-1000" license = "GPLv2" permissions = "" diff --git a/dist/info/bnes_libretro.info b/dist/info/bnes_libretro.info index 0ac6b01c..a6af128c 100644 --- a/dist/info/bnes_libretro.info +++ b/dist/info/bnes_libretro.info @@ -3,6 +3,7 @@ authors = "byuu" supported_extensions = "nes" corename = "bNES/higan" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Nintendo Entertainment System" license = "GPLv3" permissions = "" diff --git a/dist/info/bsnes_accuracy_libretro.info b/dist/info/bsnes_accuracy_libretro.info index 84b8a21e..d5226e4c 100644 --- a/dist/info/bsnes_accuracy_libretro.info +++ b/dist/info/bsnes_accuracy_libretro.info @@ -3,6 +3,7 @@ authors = "byuu" supported_extensions = "sfc|smc|bml" corename = "bsnes/higan Accuracy" manufacturer = "Nintendo" +categoryname = "Emulator" systemname = "Super Nintendo Entertainment System" license = "GPLv3" permissions = "" @@ -67,4 +68,4 @@ firmware17_desc = "sgb.boot.rom (SGB BOOT)" firmware17_path = "sgb.boot.rom" firmware17_opt = "true" -notes = "- core uses split ROMS for special chip games|- notable DSP1/DSP1B games: Super Mario Kart / Pilotwings|- notable DSP2 games: Dungeon Master|- notable DSP3 games: SD Gundam GX|- notable DSP4 games: Top Gear 3000|- notable Cx4 games: Mega Man X2 / Mega Man X3|- sgb emulation only works from command line" \ No newline at end of file +notes = "- core uses split ROMS for special chip games|- notable DSP1/DSP1B games: Super Mario Kart / Pilotwings|- notable DSP2 games: Dungeon Master|- notable DSP3 games: SD Gundam GX|- notable DSP4 games: Top Gear 3000|- notable Cx4 games: Mega Man X2 / Mega Man X3|- sgb emulation only works from command line" diff --git a/dist/info/bsnes_balanced_libretro.info b/dist/info/bsnes_balanced_libretro.info index 1e1d9f34..fc51b2b3 100644 --- a/dist/info/bsnes_balanced_libretro.info +++ b/dist/info/bsnes_balanced_libretro.info @@ -3,6 +3,7 @@ authors = "byuu" supported_extensions = "sfc|smc|bml" corename = "bsnes/higan Balanced" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "GPLv3" permissions = "" @@ -67,4 +68,4 @@ firmware17_desc = "sgb.boot.rom (SGB BOOT)" firmware17_path = "sgb.boot.rom" firmware17_opt = "true" -notes = "- core uses split ROMS for special chip games|- notable DSP1/DSP1B games: Super Mario Kart / Pilotwings|- notable DSP2 games: Dungeon Master|- notable DSP3 games: SD Gundam GX|- notable DSP4 games: Top Gear 3000|- notable Cx4 games: Mega Man X2 / Mega Man X3|- sgb emulation only works from command line" \ No newline at end of file +notes = "- core uses split ROMS for special chip games|- notable DSP1/DSP1B games: Super Mario Kart / Pilotwings|- notable DSP2 games: Dungeon Master|- notable DSP3 games: SD Gundam GX|- notable DSP4 games: Top Gear 3000|- notable Cx4 games: Mega Man X2 / Mega Man X3|- sgb emulation only works from command line" diff --git a/dist/info/bsnes_cplusplus98_libretro.info b/dist/info/bsnes_cplusplus98_libretro.info index 3bc1a5ba..756b2a91 100644 --- a/dist/info/bsnes_cplusplus98_libretro.info +++ b/dist/info/bsnes_cplusplus98_libretro.info @@ -3,6 +3,7 @@ authors = "byuu|Themaister|Ver GreenEyes" supported_extensions = "sfc|smc" corename = "bsnes C++98 (v085)" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "GPLv3" permissions = "" diff --git a/dist/info/bsnes_mercury_accuracy_libretro.info b/dist/info/bsnes_mercury_accuracy_libretro.info index 918f3a31..9d4914e1 100644 --- a/dist/info/bsnes_mercury_accuracy_libretro.info +++ b/dist/info/bsnes_mercury_accuracy_libretro.info @@ -3,6 +3,7 @@ authors = "byuu" supported_extensions = "sfc|smc|bml" corename = "bsnes/higan Mercury Accuracy" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "GPLv3" permissions = "" diff --git a/dist/info/bsnes_mercury_balanced_libretro.info b/dist/info/bsnes_mercury_balanced_libretro.info index 5a3eccbd..3d929756 100644 --- a/dist/info/bsnes_mercury_balanced_libretro.info +++ b/dist/info/bsnes_mercury_balanced_libretro.info @@ -3,6 +3,7 @@ authors = "byuu" supported_extensions = "sfc|smc|bml" corename = "bsnes/higan Mercury Balanced" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "GPLv3" permissions = "" diff --git a/dist/info/bsnes_mercury_performance_libretro.info b/dist/info/bsnes_mercury_performance_libretro.info index 468af8ce..3f0cc1dd 100644 --- a/dist/info/bsnes_mercury_performance_libretro.info +++ b/dist/info/bsnes_mercury_performance_libretro.info @@ -3,6 +3,7 @@ authors = "byuu" supported_extensions = "sfc|smc|bml" corename = "bsnes/higan Mercury Performance" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "GPLv3" permissions = "" diff --git a/dist/info/bsnes_performance_libretro.info b/dist/info/bsnes_performance_libretro.info index 82a94654..7c16bb2a 100644 --- a/dist/info/bsnes_performance_libretro.info +++ b/dist/info/bsnes_performance_libretro.info @@ -3,6 +3,7 @@ authors = "byuu" supported_extensions = "sfc|smc|bml" corename = "bsnes/higan Performance" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "GPLv3" permissions = "" @@ -64,4 +65,4 @@ firmware16_desc = "sgb.boot.rom (SGB BOOT)" firmware16_path = "sgb.boot.rom" firmware16_opt = "true" -notes = "- core uses split ROMS for special chip games|- notable DSP1/DSP1B games: Super Mario Kart / Pilotwings|- Cx4 emulation broken|- notable DSP2 games: Dungeon Master|- notable DSP3 games: SD Gundam GX|- notable DSP4 games: Top Gear 3000" \ No newline at end of file +notes = "- core uses split ROMS for special chip games|- notable DSP1/DSP1B games: Super Mario Kart / Pilotwings|- Cx4 emulation broken|- notable DSP2 games: Dungeon Master|- notable DSP3 games: SD Gundam GX|- notable DSP4 games: Top Gear 3000" diff --git a/dist/info/catsfc_libretro.info b/dist/info/catsfc_libretro.info index f7ee25b0..6ce81308 100644 --- a/dist/info/catsfc_libretro.info +++ b/dist/info/catsfc_libretro.info @@ -3,6 +3,7 @@ authors = "SNES9x Team|dking|BassAceGold|ShadauxCat|Nebuleon" supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc" corename = "CATSFC" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "Non-commercial" permissions = "" diff --git a/dist/info/desmume_libretro.info b/dist/info/desmume_libretro.info index 674bf72b..5a261e24 100644 --- a/dist/info/desmume_libretro.info +++ b/dist/info/desmume_libretro.info @@ -3,6 +3,7 @@ authors = "YopYop156|Zeromus" supported_extensions = "nds|bin" corename = "DeSmuME" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Nintendo DS" license = "GPLv2" permissions = "" diff --git a/dist/info/dinothawr_libretro.info b/dist/info/dinothawr_libretro.info index 0fb249f2..a2160c14 100644 --- a/dist/info/dinothawr_libretro.info +++ b/dist/info/dinothawr_libretro.info @@ -2,7 +2,7 @@ display_name = "Dinothawr" authors = "Themaister|Agnes Heyer" supported_extensions = "game" corename = "Dinothawr" -systemname = "Game" +categories = "Game" license = "Non-commercial" permissions = "" display_version = "v1.0" diff --git a/dist/info/dosbox_libretro.info b/dist/info/dosbox_libretro.info index c70471c7..0a9a434c 100644 --- a/dist/info/dosbox_libretro.info +++ b/dist/info/dosbox_libretro.info @@ -1,6 +1,7 @@ display_name = "DOS (DOSBox)" supported_extensions = "exe|com|bat|conf" corename = "DOSBox" +categories = "Emulator" systemname = "DOS" license = "GPLv2" permissions = "" diff --git a/dist/info/example b/dist/info/example index 92032b55..fd263ab0 100644 --- a/dist/info/example +++ b/dist/info/example @@ -11,6 +11,9 @@ # The developer. # manufacturer = "Nintendo" +# +# Categories that the core belongs to (optional). +# categories = "Emulator" # Name of the system that the core targets (optional). # systemname = "Nintendo Entertainment System" diff --git a/dist/info/fb_alpha_libretro.info b/dist/info/fb_alpha_libretro.info index 6ff23274..4cbd4f86 100644 --- a/dist/info/fb_alpha_libretro.info +++ b/dist/info/fb_alpha_libretro.info @@ -3,6 +3,7 @@ authors = "Team FB Alpha" supported_extensions = "iso|zip" corename = "Final Burn Alpha" manufacturer = "Various" +categories = "Emulator" systemname = "Arcade (various)" license = "Non-commercial" permissions = "" diff --git a/dist/info/fba_cores_cps1_libretro.info b/dist/info/fba_cores_cps1_libretro.info index 90e74731..ad755440 100644 --- a/dist/info/fba_cores_cps1_libretro.info +++ b/dist/info/fba_cores_cps1_libretro.info @@ -3,7 +3,8 @@ authors = "Team FB Alpha" supported_extensions = "zip" corename = "Final Burn Alpha - CPS1" manufacturer = "Capcom" -systemname = "CP System" +categories = "Emulator" +systemname = "CP System 1" license = "Non-commercial" permissions = "" notes = "- BIOS files go into the ROM directory|" diff --git a/dist/info/fba_cores_cps2_libretro.info b/dist/info/fba_cores_cps2_libretro.info index 45becc9f..36c87482 100644 --- a/dist/info/fba_cores_cps2_libretro.info +++ b/dist/info/fba_cores_cps2_libretro.info @@ -3,6 +3,7 @@ authors = "Team FB Alpha" supported_extensions = "zip" corename = "Final Burn Alpha - CPS2" manufacturer = "Capcom" +categories = "Emulator" systemname = "CP System II" license = "Non-commercial" permissions = "" diff --git a/dist/info/fba_cores_neo_libretro.info b/dist/info/fba_cores_neo_libretro.info index 45a06b57..bb89a2c2 100644 --- a/dist/info/fba_cores_neo_libretro.info +++ b/dist/info/fba_cores_neo_libretro.info @@ -3,6 +3,7 @@ authors = "Team FB Alpha" supported_extensions = "zip" corename = "Final Burn Alpha - Neo Geo" manufacturer = "SNK" +categories = "Emulator" systemname = "Neo Geo" license = "Non-commercial" permissions = "" diff --git a/dist/info/fceumm_libretro.info b/dist/info/fceumm_libretro.info index 3c2f67c0..56a18e65 100644 --- a/dist/info/fceumm_libretro.info +++ b/dist/info/fceumm_libretro.info @@ -3,6 +3,7 @@ supported_extensions = "fds|nes|unif" authors = "CaH4e3|FCEU Team" corename = "FCEUmm" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Nintendo Entertainment System" license = "GPLv2" permissions = "" diff --git a/dist/info/ffmpeg_libretro.info b/dist/info/ffmpeg_libretro.info index 95f1fa68..96b42499 100644 --- a/dist/info/ffmpeg_libretro.info +++ b/dist/info/ffmpeg_libretro.info @@ -2,6 +2,7 @@ display_name = "FFmpeg" supported_extensions = "mkv|avi|f4v|f4f|3gp|ogm|flv|mp4|mp3|flac|ogg|m4a" corename = "FFmpeg" systemname = "FFmpeg" +categories = "Media player" license = "LGPLv2, GPLv2" permissions = "" display:version = "v1" diff --git a/dist/info/fmsx_libretro.info b/dist/info/fmsx_libretro.info index 7f5af972..b005f842 100644 --- a/dist/info/fmsx_libretro.info +++ b/dist/info/fmsx_libretro.info @@ -3,6 +3,7 @@ authors = "Marat Fayzullin" supported_extensions = "rom|mx1|mx2" corename = "fMSX" manufacturer = "Various" +categories = "Emulator" systemname = "MSX" license = "Non-commercial" permissions = "" diff --git a/dist/info/gambatte_libretro.info b/dist/info/gambatte_libretro.info index 7cc85607..e9975fbb 100644 --- a/dist/info/gambatte_libretro.info +++ b/dist/info/gambatte_libretro.info @@ -3,6 +3,7 @@ authors = "Sinamas" supported_extensions = "gb|gbc|dmg" corename = "Gambatte" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Game Boy/Game Boy Color" license = "GPLv2" permissions = "" diff --git a/dist/info/genesis_plus_gx_libretro.info b/dist/info/genesis_plus_gx_libretro.info index 4b853973..40e3721d 100644 --- a/dist/info/genesis_plus_gx_libretro.info +++ b/dist/info/genesis_plus_gx_libretro.info @@ -3,6 +3,7 @@ authors = "Charles McDonald|Eke-Eke" supported_extensions = "mdx|md|smd|gen|bin|cue|iso|sms|gg|sg" corename = "Genesis Plus GX" manufacturer = "Sega" +categories = "Emulator" systemname = "Sega 8/16bit (Various)" license = "Non-commercial" permissions = "" diff --git a/dist/info/gpsp_libretro.info b/dist/info/gpsp_libretro.info index 75120a04..931701ed 100644 --- a/dist/info/gpsp_libretro.info +++ b/dist/info/gpsp_libretro.info @@ -3,6 +3,7 @@ authors = "Exophase" supported_extensions = "gba|bin" corename = "gpSP" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Game Boy Advance" license = "GPLv2" permissions = "" diff --git a/dist/info/handy_libretro.info b/dist/info/handy_libretro.info index e6a78a4d..2ebaf848 100644 --- a/dist/info/handy_libretro.info +++ b/dist/info/handy_libretro.info @@ -3,6 +3,7 @@ authors = "K. Wilkins" supported_extensions = "lnx" corename = "Handy" manufacturer = "Atari" +categories = "Emulator" systemname = "Atari Lynx" license = "Zlib" permissions = "" diff --git a/dist/info/hatari_libretro.info b/dist/info/hatari_libretro.info index ae4bbf1b..6b76d568 100644 --- a/dist/info/hatari_libretro.info +++ b/dist/info/hatari_libretro.info @@ -3,6 +3,7 @@ authors = "Nicolas Pomarède" supported_extensions = "st|msa|zip" corename = "Hatari" manufacturer = "Atari" +categories = "Emulator" systemname = "Atari ST/STE/TT/Falcon" license = "GPLv2" permissions = "" diff --git a/dist/info/imame4all_libretro.info b/dist/info/imame4all_libretro.info index 37fa70e7..d6e263a3 100644 --- a/dist/info/imame4all_libretro.info +++ b/dist/info/imame4all_libretro.info @@ -3,6 +3,7 @@ authors = "MAMEdev" supported_extensions = "zip|7z|chd" corename = "iMAME4all" manufacturer = "Various" +categories = "Emulator" systemname = "Arcade (various)" -license = "GPL" +license = "MAME" permissions = "" diff --git a/dist/info/mame078_libretro.info b/dist/info/mame078_libretro.info index 6462c92d..9988c501 100644 --- a/dist/info/mame078_libretro.info +++ b/dist/info/mame078_libretro.info @@ -3,6 +3,7 @@ authors = "MAMEdev" supported_extensions = "zip" corename = "MAME 2003 (0.78)" manufacturer = "Various" +categories = "Emulator" systemname = "Arcade (various)" license = "MAME" permissions = "" diff --git a/dist/info/mame2010_libretro.info b/dist/info/mame2010_libretro.info index b8694554..737ce0b5 100644 --- a/dist/info/mame2010_libretro.info +++ b/dist/info/mame2010_libretro.info @@ -3,6 +3,7 @@ authors = "MAMEdev" supported_extensions = "zip|7z|chd" corename = "MAME 2010 (0.139)" manufacturer = "Various" +categories = "Emulator" systemname = "Arcade (various)" license = "MAME" permissions = "" diff --git a/dist/info/mame_libretro.info b/dist/info/mame_libretro.info index 67899a98..4a7c3496 100644 --- a/dist/info/mame_libretro.info +++ b/dist/info/mame_libretro.info @@ -3,6 +3,7 @@ authors = "MAMEdev" supported_extensions = "zip|chd|7z" corename = "MAME 2014 (Git)" manufacturer = "Various" +categories = "Emulator" systemname = "Arcade (various)" license = "MAME" permissions = "" diff --git a/dist/info/mednafen_gba_libretro.info b/dist/info/mednafen_gba_libretro.info index 4bf1c283..7dd4b05a 100644 --- a/dist/info/mednafen_gba_libretro.info +++ b/dist/info/mednafen_gba_libretro.info @@ -3,6 +3,7 @@ authors = "Forgotten|VisualBoyAdvance team|Ryphecha" supported_extensions = "gba|agb|bin" corename = "Mednafen/Beetle GBA" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Game Boy Advance" license = "GPLv2" permissions = "" diff --git a/dist/info/mednafen_lynx_libretro.info b/dist/info/mednafen_lynx_libretro.info index 397e17b8..35f6c9ac 100644 --- a/dist/info/mednafen_lynx_libretro.info +++ b/dist/info/mednafen_lynx_libretro.info @@ -3,6 +3,7 @@ authors = "K. Wilkins|Ryphecha" supported_extensions = "lnx" corename = "Mednafen Lynx" manufacturer = "Atari" +categories = "Emulator" systemname = "Atari Lynx" license = "Zlib|GPLv2" permissions = "" diff --git a/dist/info/mednafen_ngp_libretro.info b/dist/info/mednafen_ngp_libretro.info index 67f80d72..ca032ea5 100644 --- a/dist/info/mednafen_ngp_libretro.info +++ b/dist/info/mednafen_ngp_libretro.info @@ -3,6 +3,7 @@ authors = "neopop_uk|Ryphecha" supported_extensions = "ngp|ngc" corename = "Mednafen/Beetle NeoPop" manufacturer = "SNK" +categories = "Emulator" systemname = "Neo Geo Pocket (Color)" license = "GPLv2" permissions = "" diff --git a/dist/info/mednafen_pce_fast_libretro.info b/dist/info/mednafen_pce_fast_libretro.info index b14d4de9..041593ee 100644 --- a/dist/info/mednafen_pce_fast_libretro.info +++ b/dist/info/mednafen_pce_fast_libretro.info @@ -3,6 +3,7 @@ authors = "Ryphecha" supported_extensions = "pce|cue|ccd" corename = "Mednafen/Beetle PCE FAST" manufacturer = "NEC" +categories = "Emulator" systemname = "PC Engine/PCE-CD" license = "GPLv2" permissions = "" diff --git a/dist/info/mednafen_pcfx_libretro.info b/dist/info/mednafen_pcfx_libretro.info index 1fdf4ed7..19213688 100644 --- a/dist/info/mednafen_pcfx_libretro.info +++ b/dist/info/mednafen_pcfx_libretro.info @@ -3,6 +3,7 @@ authors = "Ryphecha" supported_extensions = "cue|ccd|toc" corename = "Mednafen/Beetle PC-FX" manufacturer = "NEC" +categories = "Emulator" systemname = "PC-FX" license = "GPLv2" permissions = "" diff --git a/dist/info/mednafen_psx_libretro.info b/dist/info/mednafen_psx_libretro.info index b389db25..580e59de 100644 --- a/dist/info/mednafen_psx_libretro.info +++ b/dist/info/mednafen_psx_libretro.info @@ -3,6 +3,7 @@ authors = "Ryphecha" supported_extensions = "cue|toc|m3u|ccd|exe" corename = "Mednafen PSX" manufacturer = "Sony" +categories = "Emulator" systemname = "PlayStation" license = "GPLv2" permissions = "" diff --git a/dist/info/mednafen_snes_libretro.info b/dist/info/mednafen_snes_libretro.info index 10c10f94..63a0ebd7 100644 --- a/dist/info/mednafen_snes_libretro.info +++ b/dist/info/mednafen_snes_libretro.info @@ -2,6 +2,7 @@ display_name = "SNES / Super Famicom (Mednafen SNES)" supported_extensions = "smc|fig|bs|st|sfc" corename = "Mednafen/Beetle bSNES" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "GPLv2" permissions = "" diff --git a/dist/info/mednafen_supergrafx_libretro.info b/dist/info/mednafen_supergrafx_libretro.info index b8f46700..364cc29b 100644 --- a/dist/info/mednafen_supergrafx_libretro.info +++ b/dist/info/mednafen_supergrafx_libretro.info @@ -3,6 +3,7 @@ authors = "Ryphecha" supported_extensions = "pce|sgx" corename = "Mednafen/Beetle SGX" manufacturer = "NEC" +categories = "Emulator" systemname = "PC Engine SuperGrafx" license = "GPLv2" permissions = "" diff --git a/dist/info/mednafen_vb_libretro.info b/dist/info/mednafen_vb_libretro.info index e21a79f4..6df4c3c3 100644 --- a/dist/info/mednafen_vb_libretro.info +++ b/dist/info/mednafen_vb_libretro.info @@ -3,6 +3,7 @@ authors = "Ryphecha" supported_extensions = "vb|vboy|bin" corename = "Mednafen/Beetle VB" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Virtual Boy" license = "GPLv2" permissions = "" diff --git a/dist/info/mednafen_wswan_libretro.info b/dist/info/mednafen_wswan_libretro.info index 7b78a76b..36576f32 100644 --- a/dist/info/mednafen_wswan_libretro.info +++ b/dist/info/mednafen_wswan_libretro.info @@ -3,6 +3,7 @@ authors = "Dox|Ryphecha" supported_extensions = "ws|wsc" corename = "Mednafen/Beetle WonderSwan" manufacturer = "Bandai" +categories = "Emulator" systemname = "WonderSwan/Color" license = "GPLv2" permissions = "" diff --git a/dist/info/mess_libretro.info b/dist/info/mess_libretro.info index f5fc55f7..7e8f1d7d 100644 --- a/dist/info/mess_libretro.info +++ b/dist/info/mess_libretro.info @@ -3,6 +3,7 @@ authors = "MAMEdev" supported_extensions = "zip|chd|7z" corename = "MESS 2014 (Git)" manufacturer = "Various" +categories = "Emulator" systemname = "MULTI (various)" license = "MAME" permissions = "" diff --git a/dist/info/meteor_libretro.info b/dist/info/meteor_libretro.info index 88d7c0f0..3fe31e23 100644 --- a/dist/info/meteor_libretro.info +++ b/dist/info/meteor_libretro.info @@ -3,6 +3,7 @@ supported_extensions = "gba" authors = "Philippe Daouadi" corename = "Meteor" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Game Boy Advance" license = "GPLv3" permissions = "" diff --git a/dist/info/mupen64plus_libretro.info b/dist/info/mupen64plus_libretro.info index 5236ab61..8b1255a5 100644 --- a/dist/info/mupen64plus_libretro.info +++ b/dist/info/mupen64plus_libretro.info @@ -2,6 +2,7 @@ display_name = "Nintendo 64 (Mupen64plus)" supported_extensions = "n64|v64|z64|bin|u1" corename = "Mupen64Plus" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Nintendo 64" license = "GPLv2" permissions = "dynarec_optional" diff --git a/dist/info/nestopia_libretro.info b/dist/info/nestopia_libretro.info index a3892d3b..81267939 100644 --- a/dist/info/nestopia_libretro.info +++ b/dist/info/nestopia_libretro.info @@ -3,6 +3,7 @@ supported_extensions = "nes|fds" authors = "Martin Freij|R. Belmont|R. Danbrook" corename = "Nestopia" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Nintendo Entertainment System" license = "GPLv2" permissions = "" diff --git a/dist/info/nxengine_libretro.info b/dist/info/nxengine_libretro.info index 27a269d4..5be6b8bb 100644 --- a/dist/info/nxengine_libretro.info +++ b/dist/info/nxengine_libretro.info @@ -2,6 +2,7 @@ display_name = "Cave Story (NXEngine)" authors = "Caitlin Shaw" supported_extensions = "exe" corename = "NXEngine" +categories = "Game" systemname = "Cave Story game engine" license = "GPLv3" permissions = "" diff --git a/dist/info/o2em_libretro.info b/dist/info/o2em_libretro.info index 516bf8dd..ec453098 100644 --- a/dist/info/o2em_libretro.info +++ b/dist/info/o2em_libretro.info @@ -3,6 +3,7 @@ authors = "Daniel Boris|Andre de la Rocha|Arlindo M. de Oliveira" supported_extensions = "bin" corename = "Odyssey 2/VideoPac" manufacturer = "Magnavox|Philips" +categories = "Emulator" systemname = "Magnavox Odyssey 2/VideoPac" license = "Artistic License" permissions = "" diff --git a/dist/info/pcsx_rearmed_interpreter_libretro.info b/dist/info/pcsx_rearmed_interpreter_libretro.info index a1371a04..f453cc96 100644 --- a/dist/info/pcsx_rearmed_interpreter_libretro.info +++ b/dist/info/pcsx_rearmed_interpreter_libretro.info @@ -3,6 +3,7 @@ authors = "PCSX Team|notaz|Exophase" supported_extensions = "bin|cue|img|mdf|pbp|cbn|toc" corename = "PCSX ReARMed [Interpreter]" manufacturer = "Sony" +categories = "Emulator" systemname = "PlayStation" license = "GPLv2" firmware_count = 3 diff --git a/dist/info/pcsx_rearmed_libretro.info b/dist/info/pcsx_rearmed_libretro.info index 868f1515..3cd1cae2 100644 --- a/dist/info/pcsx_rearmed_libretro.info +++ b/dist/info/pcsx_rearmed_libretro.info @@ -3,6 +3,7 @@ authors = "PCSX Team|notaz|Exophase" supported_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u" corename = "PCSX ReARMed" manufacturer = "Sony" +categories = "Emulator" systemname = "PlayStation" license = "GPLv2" permissions = "dynarec" diff --git a/dist/info/pcsx_rearmed_libretro_neon.info b/dist/info/pcsx_rearmed_libretro_neon.info index d7529591..91ae39f6 100644 --- a/dist/info/pcsx_rearmed_libretro_neon.info +++ b/dist/info/pcsx_rearmed_libretro_neon.info @@ -3,6 +3,7 @@ authors = "PCSX Team|notaz|Exophase" supported_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u" corename = "PCSX ReARMed [NEON]" manufacturer = "Sony" +categories = "Emulator" systemname = "PlayStation" license = "GPLv2" permissions = "dynarec" diff --git a/dist/info/picodrive_libretro.info b/dist/info/picodrive_libretro.info index e918e38f..5d4490f9 100644 --- a/dist/info/picodrive_libretro.info +++ b/dist/info/picodrive_libretro.info @@ -3,6 +3,7 @@ authors = "notaz|fdave" supported_extensions = "bin|gen|smd|md|32x|cue|iso|sms" corename = "Picodrive" manufacturer = "Sega" +categories = "Emulator" systemname = "Sega 16bit + 32X (Various)" license = "MAME" permissions = "dynarec_optional" diff --git a/dist/info/pocketsnes_libretro.info b/dist/info/pocketsnes_libretro.info index 5b16eb4b..8fe92e86 100644 --- a/dist/info/pocketsnes_libretro.info +++ b/dist/info/pocketsnes_libretro.info @@ -3,6 +3,7 @@ authors = "SNES9x Team|PocketSNES Team|Toadking" supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc" corename = "PocketSNES" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "Non-commercial" permissions = "" diff --git a/dist/info/ppsspp_libretro.info b/dist/info/ppsspp_libretro.info index 22a26758..01327a7f 100644 --- a/dist/info/ppsspp_libretro.info +++ b/dist/info/ppsspp_libretro.info @@ -3,6 +3,7 @@ authors = "Henrik Hrydgard" supported_extensions = "elf|iso|cso|prx|pbp" corename = "PPSSPP" manufacturer = "Sony" +categories = "Emulator" systemname = "PSP" license = "GPLv2" permissions = "" diff --git a/dist/info/prboom_libretro.info b/dist/info/prboom_libretro.info index e2e492b7..c14d7665 100644 --- a/dist/info/prboom_libretro.info +++ b/dist/info/prboom_libretro.info @@ -1,6 +1,7 @@ display_name = "Doom (PrBoom)" supported_extensions = "wad|iwad" corename = "PrBoom" +categories = "Game" systemname = "DOOM game engine" license = "GPLv2" permissions = "" diff --git a/dist/info/prosystem_libretro.info b/dist/info/prosystem_libretro.info index c17444d8..6feea242 100644 --- a/dist/info/prosystem_libretro.info +++ b/dist/info/prosystem_libretro.info @@ -3,6 +3,7 @@ authors = "Greg Stanton|Brian Berlin|Leonis|Greg DeMent" supported_extensions = "a78|bin" corename = "ProSystem" manufacturer = "Atari" +categories = "Emulator" systemname = "Atari 7800" license = "GPLv2" permissions = "" diff --git a/dist/info/puae_libretro.info b/dist/info/puae_libretro.info index f5f42403..c8d9cf4c 100644 --- a/dist/info/puae_libretro.info +++ b/dist/info/puae_libretro.info @@ -3,6 +3,7 @@ authors = "GnoStiC" supported_extensions = "adf|dms|fdi|ipf|zip" corename = "PUAE" manufacturer = "Commodore" +categories = "Emulator" systemname = "Commodore Amiga" license = "GPLv2" permissions = "" diff --git a/dist/info/quicknes_libretro.info b/dist/info/quicknes_libretro.info index c95405ae..ff59e51f 100644 --- a/dist/info/quicknes_libretro.info +++ b/dist/info/quicknes_libretro.info @@ -3,6 +3,7 @@ authors = "blargg|kode54" supported_extensions = "nes" corename = "QuickNES" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Nintendo Entertainment System" license = "LGPLv2.1+" permissions = "" diff --git a/dist/info/remotejoy_libretro.info b/dist/info/remotejoy_libretro.info index 2cc0b98b..a3aef6fb 100644 --- a/dist/info/remotejoy_libretro.info +++ b/dist/info/remotejoy_libretro.info @@ -2,7 +2,7 @@ display_name = "PSP RemotePlay (RemoteJoy)" authors = "" supported_extensions = "" corename = "RemoteJoy" -systemname = "PSP RemotePlay" +categories = "Streaming" license = "GPLv2" permissions = "" display_version = "v1" diff --git a/dist/info/scummvm_libretro.info b/dist/info/scummvm_libretro.info index 5ca0da8a..ffcecdc6 100644 --- a/dist/info/scummvm_libretro.info +++ b/dist/info/scummvm_libretro.info @@ -2,7 +2,8 @@ display_name = "ScummVM" authors = "SCUMMVMdev" supported_extensions = "exe" corename = "ScummVM" -systemname = "ScummVM" +categories = "Game" +systemname = "SCUMM" license = "GPLv2" permissions = "" display_version = "git" diff --git a/dist/info/snes9x_libretro.info b/dist/info/snes9x_libretro.info index e0810925..8a4adff9 100644 --- a/dist/info/snes9x_libretro.info +++ b/dist/info/snes9x_libretro.info @@ -3,6 +3,7 @@ authors = "SNES9x Team" supported_extensions = "smc|sfc|swc|fig" corename = "SNES9x" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "Non-commercial" permissions = "" diff --git a/dist/info/snes9x_next_libretro.info b/dist/info/snes9x_next_libretro.info index a3597014..25d0b7cd 100644 --- a/dist/info/snes9x_next_libretro.info +++ b/dist/info/snes9x_next_libretro.info @@ -3,6 +3,7 @@ authors = "SNES9x Team|Squarepusher" supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc" corename = "SNES9x Next" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Super Nintendo Entertainment System" license = "Non-commercial" permissions = "" diff --git a/dist/info/stella_libretro.info b/dist/info/stella_libretro.info index 29317b66..b79fdc18 100644 --- a/dist/info/stella_libretro.info +++ b/dist/info/stella_libretro.info @@ -3,6 +3,7 @@ authors = "Stephen Anthony|Bradford Mott|Eckhard Stolberg|Brian Watson" supported_extensions = "a26|bin" corename = "Stella" manufacturer = "Atari" +categories = "Emulator" systemname = "Atari 2600" license = "GPLv2" permissions = "" diff --git a/dist/info/stonesoup_libretro.info b/dist/info/stonesoup_libretro.info index 80441912..0f880b07 100644 --- a/dist/info/stonesoup_libretro.info +++ b/dist/info/stonesoup_libretro.info @@ -2,7 +2,7 @@ display_name = "Dungeon Crawl Stone Soup" authors = "DCSS Team" supported_extensions = "crawlrc" corename = "Dungeon Crawl Stone Soup" -systemname = "Game" +categories = "Game" license = "GPLv2" permissions = "" display_version = "git" diff --git a/dist/info/tempgba_libretro.info b/dist/info/tempgba_libretro.info index 106f7c25..671b5c67 100644 --- a/dist/info/tempgba_libretro.info +++ b/dist/info/tempgba_libretro.info @@ -3,6 +3,7 @@ authors = "Exophase|Takka|Nebuleon|Normmatt|BassAceGold" supported_extensions = "gba|bin|agb|gbz" corename = "TempGBA" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Game Boy Advance" license = "GPLv2" permissions = "" diff --git a/dist/info/tgbdual_libretro.info b/dist/info/tgbdual_libretro.info index 2fc2f896..35acf807 100644 --- a/dist/info/tgbdual_libretro.info +++ b/dist/info/tgbdual_libretro.info @@ -3,6 +3,7 @@ authors = "GIGO|Hii" supported_extensions = "gb|gbc|sgb" corename = "TGB Dual" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Game Boy/Game Boy Color" license = "GPLv2" permissions = "" diff --git a/dist/info/tyrquake_libretro.info b/dist/info/tyrquake_libretro.info index 4aee3393..ac0b9ca4 100644 --- a/dist/info/tyrquake_libretro.info +++ b/dist/info/tyrquake_libretro.info @@ -3,7 +3,7 @@ authors = "Kevin Shanahan (Tyrann)" supported_extensions = "pak" corename = "TyrQuake" manufacturer = "Id Software" -systemname = "Quake 1 game engine" +categories = "Game" license = "GPLv2" permissions = "" display_version = "v0.62" diff --git a/dist/info/ume_libretro.info b/dist/info/ume_libretro.info index a782899c..5bb60de9 100644 --- a/dist/info/ume_libretro.info +++ b/dist/info/ume_libretro.info @@ -3,6 +3,7 @@ authors = "MAMEdev" supported_extensions = "zip|chd|7z" corename = "UME 2014 (Git)" manufacturer = "Various" +categories = "Emulator" systemname = "MULTI (various)" license = "MAME" permissions = "" diff --git a/dist/info/vba_next_libretro.info b/dist/info/vba_next_libretro.info index fa78e507..4fcf6aed 100644 --- a/dist/info/vba_next_libretro.info +++ b/dist/info/vba_next_libretro.info @@ -3,6 +3,7 @@ authors = "Forgotten|VBA-M Team|Squarepusher" supported_extensions = "gba" corename = "VBA Next" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Game Boy Advance" license = "GPLv2" permissions = "" diff --git a/dist/info/vbam_libretro.info b/dist/info/vbam_libretro.info index 43eb96df..cfa9dca9 100644 --- a/dist/info/vbam_libretro.info +++ b/dist/info/vbam_libretro.info @@ -3,6 +3,7 @@ authors = "Forgotten|VBA-M Team" supported_extensions = "gba" corename = "VBA-M" manufacturer = "Nintendo" +categories = "Emulator" systemname = "Game Boy Advance" license = "GPLv2" permissions = "" diff --git a/dist/info/vecx_libretro.info b/dist/info/vecx_libretro.info index ee3b2246..83f2d490 100644 --- a/dist/info/vecx_libretro.info +++ b/dist/info/vecx_libretro.info @@ -3,6 +3,7 @@ authors = "Valavan Manohararajah|John Hawthorn|Nikita Zimin|Demeth" supported_extensions = "bin|vec" corename = "vecx" manufacturer = "Smith Engineering|General Consumer Electronics" +categories = "Emulator" systemname = "Vectrex" license = "GPLv2|LGPLv2.1" permissions = "" diff --git a/dist/info/virtualjaguar_libretro.info b/dist/info/virtualjaguar_libretro.info index 37b86c34..1840d877 100644 --- a/dist/info/virtualjaguar_libretro.info +++ b/dist/info/virtualjaguar_libretro.info @@ -3,6 +3,7 @@ authors = "David Raingeard|Shamus" supported_extensions = "j64|jag" corename = "Virtual Jaguar" manufacturer = "Atari" +categories = "Emulator" systemname = "Jaguar" license = "GPLv3" permissions = "" diff --git a/dist/info/yabause_libretro.info b/dist/info/yabause_libretro.info index e072d121..07943094 100644 --- a/dist/info/yabause_libretro.info +++ b/dist/info/yabause_libretro.info @@ -3,6 +3,7 @@ authors = "Guillaume Duhammel|Theo Berkau|Anders Montonen" supported_extensions = "bin|cue|iso" corename = "Yabause" manufacturer = "Sega" +categories = "Emulator" systemname = "Saturn" license = "GPLv2" display_version = "v0.9.14"