libretro cores: bump (#5872)

* 81_libretro: bumped to version 1.0a:20210311

* atari800_libretro: bumped to version 3.1.0:20210415

* bluemsx_libretro: bumped to version 2.9.0:20210409

* cap32_libretro: bumped to version 4.2.0:20210327

* fmsx_libretro: bumped to version 4.9:20210327

* fuse_libretro: bumped to version 1.1.1:20210419

* hatari_libretro: bumped to version 1.8:20210317

* nekop2_libretro: bumped to version 0.86:20210317

* FAIL

* dosbox_libretro: bumped to version 0.74:20201229

* fbneo_libretro: bumped to version 1.0.0.0:20210506

* fceumm_libretro: bumped to version 0.0.1:20210420

* FAIL

* freeintv_libretro: bumped to version 0.0:20210322

* gambatte_libretro: bumped to version 0.5.0:20210325

* genesis_plus_gx_libretro: bumped to version 1.7.4:20210325

* gpsp_libretro: bumped to version 0.91:20210505

* gw_libretro: bumped to version 1.6.2:20210425

* handy_libretro: bumped to version 0.95:20210325

* mednafen_gba_libretro: bumped to version 0.9.36:20210324

* mednafen_lynx_libretro: bumped to version 0.9.32:20210324

* mednafen_ngp_libretro: bumped to version 0.9.36.1:20210324

* mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20210412

* mednafen_pce_libretro: bumped to version 0.9.38.7:20210412

* mednafen_pcfx_libretro: bumped to version 0.9.33.3:20210412

* mednafen_saturn_libretro: bumped to version 0.9.45.1:20210412

* mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20210412

* mednafen_vb_libretro: bumped to version 0.9.36.1:20210405

* mednafen_wswan_libretro: bumped to version 0.9.35.1:20210405

* meteor_libretro: bumped to version 1.4:20201228

* mgba_libretro: bumped to version 0.6.1:20210427

* mupen64plus_next_libretro: bumped to version 1.0:20210223

* nestopia_libretro: bumped to version 1.49:20210320

* o2em_libretro: bumped to version 1.18:20210325

* opera_libretro: bumped to version 1.0.0:20210409

* parallel_n64_libretro: bumped to version 2.0rc2:20210324

* pcsx_rearmed_libretro: bumped to version r22:20210428

* snes9x_libretro: bumped to version 1.60:20210314

* vba_next_libretro: bumped to version 1.0.2:20210312

* vecx_libretro: bumped to version 1.2:20210312

* virtualjaguar_libretro: bumped to version 2.1.2:20210314

* yabause_libretro: bumped to version 0.9.15:20210411

* 3dengine_libretro: bumped to version 1.0:20210107

* reminiscence_libretro: bumped to version 0.3.6:20210317

* scummvm_libretro: bumped to version 2.0.0:20210325

* craft_libretro: bumped to version 1.0:20210317

* 2048_libretro: bumped to version 1.0:20210308

* gme_libretro: bumped to version 0.5.2:20210309

* mrboom_libretro: bumped to version 5.2:20210325

* flycast_libretro: bumped to version 0.1:20210506
This commit is contained in:
kwyxz
2021-05-06 22:22:56 -07:00
committed by GitHub
parent de10768752
commit d6fd138747
96 changed files with 843 additions and 271 deletions

View File

@@ -1,13 +1,32 @@
# Software Information
display_name = "Mr.Boom (Bomberman)"
authors = "Remdy"
supported_extensions = ""
corename = "Mr.Boom"
categories = "Game"
systemname = "Mr.Boom"
systemid = "bomberman"
database = "MrBoom"
license = ""
license = "MIT"
supported_extensions = "desktop"
permissions = ""
display_version = "@DISPLAY_VERSION@"
# Hardware Information
systemname = "Mr.Boom"
systemid = "bomberman"
# Libretro Features
supports_no_game = "true"
database = "MrBoom"
savestate = "true"
savestate_features = "deterministic"
cheats = "false"
input_descriptors = "false"
memory_descriptors = "false"
libretro_saves = "false"
core_options = "true"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "false"
disk_control = "false"
is_experimental = "false"
description = "A fun, multiplayer and feature-filled clone of the classic Bomberman series, converted from DOS using asm2c. It includes an advanced CPU AI for single-player sessions."

View File

@@ -7,14 +7,14 @@ HOMEPAGE="http://mrboom.mumblecore.org/"
COPYRIGHT="2001-2020 Remdy Software, the libretro team"
LICENSE="MIT"
REVISION="1"
srcGitRev="8c9dc9b6c18f304f8c7b3514e3e5f5f5524ff645"
srcGitRev="553075dcbdfede35f508480c0f9abba1709d13fb"
SOURCE_URI="https://github.com/libretro/mrboom-libretro/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="c2a361c81d7bbd1c1b6da1e30b3621ac7ead8807132617d13779d8ad7a1f79e7"
CHECKSUM_SHA256="48db2beafe70d4b84391a24ff4eb9b7b66357e2c09d318110f50f07b38aeed9d"
SOURCE_FILENAME="libretro-mrboom-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="mrboom-libretro-$srcGitRev"
srcGitRev_2="a810c57f8c4e51659ae776beb25d7bd4a7b86251"
srcGitRev_2="4a615c44655acc4d358bfa44da5f476745b4f425"
SOURCE_URI_2="https://github.com/libretro/libretro-common/archive/$srcGitRev_2.tar.gz"
CHECKSUM_SHA256_2="d146d67593d73179d6ddd9f5208e902458f6851be5a6dead3bc8bdfd4cd094e8"
CHECKSUM_SHA256_2="5e138380fcb713c4aacfc6e413deb5c1c261f61f246181a03fcd89bb0a9d87e8"
SOURCE_FILENAME_2="libretro-common-$srcGitRev_2.tar.gz"
ADDITIONAL_FILES="mrboom_libretro.info.in"
@@ -43,7 +43,7 @@ BUILD()
sed -e "s/@DISPLAY_VERSION@/v${portVersion/_/-}/" \
$portDir/additional-files/mrboom_libretro.info.in \
> mrboom_libretro.info
rmdir ./libretro-common
rm -rf ./libretro-common
cp -r $sourceDir2/libretro-common-$srcGitRev_2 ./libretro-common
make $jobArgs clean && make $jobArgs
}