From f44a1c033aed5f224827706fc5fa4149bf58fed6 Mon Sep 17 00:00:00 2001 From: Tim Oelrichs <44446667+TimOelrichs@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:26:02 +0200 Subject: [PATCH] Add files via upload DoubleCherryGB info file --- dist/info/DoubleCherryGB_libretro.info | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dist/info/DoubleCherryGB_libretro.info diff --git a/dist/info/DoubleCherryGB_libretro.info b/dist/info/DoubleCherryGB_libretro.info new file mode 100644 index 00000000..1d9947a7 --- /dev/null +++ b/dist/info/DoubleCherryGB_libretro.info @@ -0,0 +1,38 @@ +# Software Information +display_name = "Nintendo - Game Boy / Color (DoubleCherryGB)" +authors = "GIGO|Hii|TimOelrichs" +supported_extensions = "cgb|dmg|gb|gbc|sgb" +corename = "DoubleCherryGB" +license = "GPLv2" +permissions = "" +display_version = "v0.1.0" +categories = "Emulator" + +# Hardware Information +manufacturer = "Nintendo" +systemname = "Game Boy/Game Boy Color" +systemid = "game_boy" + +# Libretro Features +supports_no_game = "false" +database = "Nintendo - Game Boy|Nintendo - Game Boy Color" +savestate = "true" +savestate_features = "deterministic" +cheats = "false" +input_descriptors = "true" +memory_descriptors = "false" +libretro_saves = "true" +core_options = "true" +load_subsystem = "false" +hw_render = "false" +needs_fullpath = "false" +disk_control = "false" +is_experimental = "false" + +description = "A fork of the TGB Dual Game Boy core with added DMG07(4-Player-Adapter) emulation. +While this core is a decent, usable emulator, it is most notable for being able to emulate to Game Boys connected via Link Cable, which is useful for things like trading Pokemon, etc. +DoubleCherryGB added the emulation of the GAMEBOY 4 PLAYER ADATPTER (DMG-07) and 4Player Link Hacks like the Tetris 4Player Hack. + +For now it's the 4 Player features are not ready for netplay. + +Thanks to the core's modest hardware requirements, it should run well even on low-powered hardware, though users with more powerful hardware may be better served by the SameBoy core, which can also do the same Link Cable functionality but with improved accuracy and compatibility."