From a60b44dd097099703706f56b64816f04066ed0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Sun, 20 Oct 2024 11:46:31 +0100 Subject: [PATCH] Add info file for Boytacean emulator --- dist/info/boytacean_libretro.info | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dist/info/boytacean_libretro.info diff --git a/dist/info/boytacean_libretro.info b/dist/info/boytacean_libretro.info new file mode 100644 index 00000000..efa20671 --- /dev/null +++ b/dist/info/boytacean_libretro.info @@ -0,0 +1,28 @@ +# Software Information +display_name = "Nintendo - Game Boy / Color (Boytacean)" +authors ="João Magalhães" +supported_extensions = "gb|gbc" +corename = "Boytacean" +categories = "Emulator" +license = "Apache-2." +permissions = "" +display_version = "0.10.13" + +# Hardware Information +manufacturer = "Nintendo" +systemname = "Game Boy/Game Boy Color" +systemid = "game_boy" + +# Libretro Features +supports_no_game = "false" +savestate = "true" +savestate_features = "deterministic" +cheats = "true" +input_descriptors = "true" +memory_descriptors = "false" +libretro_saves = "true" +core_options = "true" + +# General Description +database = "Nintendo - Game Boy|Nintendo - Game Boy Color" +description = "A Game Boy emulator that is written in Rust."