-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1761 from TimOelrichs/patch-1
Create DoubeCherryGB-libretro
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# 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. This functionality can be utilized by a second player either locally or via netplay (if supported by the libretro frontend). 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." |