libretro: cores update + info files update (#5159)

* 81_libretro: bumped to version 1.0a:20200613

* atari800_libretro: bumped to version 3.1.0:20200626

* opera_libretro: bumped to version 1.0.0:20200605

* fbneo_libretro: bumped to version 0.2.97.44:20200703

* fceumm_libretro: bumped to version 0.0.1:20200604

* flycast_libretro: bumped to version 0.1:20200703

* gambatte_libretro: bumped to version 0.5.0:20200630

* gpsp_libretro: bumped to version 0.91:20200527

* handy_libretro: bumped to version 0.95:20200625

* mednafen_gba_libretro: bumped to version 0.9.36:20200623

* mednafen_lynx_libretro: bumped to version 0.9.32:20200630

* mednafen_ngp_libretro: bumped to version 0.9.36.1:20200630

* mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20200630

* mednafen_pcfx_libretro: bumped to version 0.9.33.3:20200623

* mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20200623

* mednafen_vb_libretro: bumped to version 0.9.36.1:20200630

* mednafen_wswan_libretro: bumped to version 0.9.35.1:20200701

* mgba_libretro: bumped to version 0.6.1:20200619

* o2em_libretro: bumped to version 1.18:20200609

* pcsx_rearmed_libretro: bumped to version r22:20200701

* picodrive_libretro: bumped to version 1.92:20200607

* vba_next_libretro: bumped to version 1.0.2:20200617

* vecx_libretro: bumped to version 1.2:20200605

* virtualjaguar_libretro: bumped to version 2.1.2:20200521

* yabause_libretro: bumped to version 0.9.15:20200605

* 2048_libretro: bumped to version 1.0:20200520
This commit is contained in:
kwyxz
2020-07-03 23:02:28 -07:00
committed by GitHub
parent 974e832b2f
commit 1108cefd9f
80 changed files with 588 additions and 167 deletions

View File

@@ -6,9 +6,9 @@ HOMEPAGE="https://gabrielecirulli.github.io/2048/"
COPYRIGHT="2014-2018 Gabriele Cirulli, the libretro team"
LICENSE="Public Domain"
REVISION="1"
srcGitRev="adb46441c1bc79b2deb391d4a19cc918446ab265"
srcGitRev="57d43274dfc00cf3f32fe78032a6769c90890399"
SOURCE_URI="https://github.com/libretro/libretro-2048/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="37aec355f3c062f30d081f89a69eb2ac4e96fbcd812f9596906a42e12beb9e4b"
CHECKSUM_SHA256="a0661c4d64a0e5d1853b954e352b2105dd351230f03c61d54e929244c7b36443"
SOURCE_FILENAME="libretro-2048-$portVersion-$srcGitRev.tar.gz"
SOURCE_DIR="libretro-2048-$srcGitRev"
ADDITIONAL_FILES="2048_libretro.info.in"

View File

@@ -1,10 +1,30 @@
# Software Information
display_name = "2048"
authors = "Gabriele Cirulli"
supported_extensions = ""
corename = "2048"
categories = "Game"
systemname = "2048 Game Clone"
license = "Public Domain"
permissions = ""
display_version = "@DISPLAY_VERSION@"
# Hardware Information
systemname = "2048 Game Clone"
systemid = "2048"
manufacturer = "N/A"
# Libretro Features
supports_no_game = "true"
savestate = "true"
savestate_features = "serialized"
cheats = "false"
input_descriptors = "true"
memory_descriptors = "false"
libretro_saves = "false"
core_options = "false"
core_options_version = "null"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "false"
disk_control = "false"
is_experimental = "false"