Skip to content

Commit

Permalink
v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed May 30, 2024
1 parent a0a5dff commit 142dcdb
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 12 deletions.
8 changes: 3 additions & 5 deletions DoubleCherryGB_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ supported_extensions = "cgb|dmg|gb|gbc|sgb"
corename = "DoubleCherryGB"
license = "GPLv2"
permissions = ""
display_version = "v0.1.0"
display_version = "v0.17.0"
categories = "Emulator"

# Hardware Information
Expand All @@ -29,10 +29,8 @@ 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.
description = "A fork of the TGB Dual Game Boy core with up to 16 players multiplayer and link over network support for Pokemon Trading.
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.
DoubleCherryGB added the emulation of the GAMEBOY 4 PLAYER ADATPTER (DMG-07) and up 16 Player Link Hacks like the Tetris 4Player Hack and the FACEBALL 2000 16 player "RING LINK CABLE".

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."
4 changes: 2 additions & 2 deletions chailove_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ corename = "ChaiLove"
categories = "Game engine"
license = "MIT"
permissions = ""
display_version = "1.2.1"
display_version = "1.3.0"

# Hardware Information
manufacturer = "N/A"
Expand All @@ -30,4 +30,4 @@ needs_fullpath = "true"
disk_control = "false"
is_experimental = "false"

description = "A free, open-source framework used to make 2D games in ChaiScript, ported to libretro. The ChaiLove API is roughly inspired by the LOVE API, and a number of simple 2D games are already available for it."
description = "A free, open-source framework used to make 2D games in ChaiScript and libretro. The ChaiLove API is roughly inspired by the LOVE API, and a number of simple 2D games are already available for it."
2 changes: 1 addition & 1 deletion ep128emu_core_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ supports_no_game = "true"
# Does the core have a single purpose? Does it represent one game or application, requiring predetermined support files or no external data? Used to indicate to a frontend that the core may be presented/handled independently from 'regular' cores that run a variety of content.
single_purpose = "false"
# Name of the database that the core supports (optional):
database = "Amstrad - CPC|Sinclair - ZX Spectrum"
database = "Enterprise - 128|Amstrad - CPC|Sinclair - ZX Spectrum"
# Does the core support/require support for libretro-gl or other hardware-acceleration in the frontend?
hw_render = "false"
# Which hardware-rendering APIs does the core support? Delimited by pipe characters.
Expand Down
5 changes: 3 additions & 2 deletions fake08_libretro.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Software Information
display_name = "Pico-8 (FAKE-08)"
display_name = "PICO-8 (FAKE-08)"
authors = "jtothebell"
supported_extensions = "p8|png"
corename = "FAKE-08"
Expand All @@ -10,10 +10,11 @@ display_version = "v0.0.2.19"

# Hardware Information
manufacturer = "Lexaloffle"
systemname = "Pico-8"
systemname = "PICO-8"
systemid = "pico8"

# Libretro Features
database = "PICO-8"
supports_no_game = "true"
savestate = "true"
savestate_features = "serialized"
Expand Down
4 changes: 2 additions & 2 deletions retro8_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ categories = "Emulator"

# Hardware Information
manufacturer = "Lexaloffle"
systemname = "PICO8"
systemname = "PICO-8"
systemid = "pico8"

# Libretro Features
database = "PICO-8"
supports_no_game = "false"
database = "PICO8"
savestate = "false"

description = "A port of the Retro8 open-source reimplementation of the PICO-8 fantasy console to libretro. This core can load both p8 'cart' files and embedded png images, and much of the PICO-8 API is working with good performance, including basic sound and music, though it is still missing some obscure Lua extension quirks and fixed arithmetic support."
30 changes: 30 additions & 0 deletions stella2023_libretro.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
display_name = "Atari - 2600 (Stella 2023)"
authors = "Stephen Anthony|Bradford Mott|Eckhard Stolberg|Brian Watson"
supported_extensions = "a26|bin"
corename = "Stella 2023"
license = "GPLv2"
permissions = ""
display_version = "6.6"
categories = "Emulator"

# Hardware Information
manufacturer = "Atari"
systemname = "Atari 2600"
systemid = "atari_2600"

# Libretro Features
database = "Atari - 2600"
supports_no_game = "false"
savestate = "true"
savestate_features = "deterministic"
cheats = "false"
input_descriptors = "true"
memory_descriptors = "true"
libretro_saves = "false"
core_options = "false"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "false"
disk_control = "false"

description = "A port of Stella, the multi-platform Atari 2600 VCS emulator, to libretro. This core has high accuracy and wide compatibility with the Atari 2600 library, making it an excellent first choice for users wanting to play these games."

0 comments on commit 142dcdb

Please sign in to comment.