Add SyobonAction core.

This commit is contained in:
宋文武 2024-02-09 22:38:47 +08:00
parent a7a372d1b3
commit a4dcc78188
2 changed files with 38 additions and 0 deletions

28
dist/info/syobonaction_libretro.info vendored Normal file
View file

@ -0,0 +1,28 @@
# Software Information
display_name = "Syobon Action"
display_version = "0.1"
authors = "Chiku (ちく)"
categories = "Game"
license = "GPLv3+"
permissions = ""
# Hardware Information
manufacturer = "SyobonAction"
systemname = "SyobonAction"
systemid = "syobonaction"
# Libretro Features
database = "SyobonAction"
supports_no_game = "true"
single_purpose = "true"
libretro_saves = "false"
core_options = "false"
load_subsystem = "false"
hw_render = "false"
cheats = "false"
needs_fullpath = "false"
disk_control = "false"
is_experimental = "true"
notes = "(!) SyobonAction requires BGM/SE/res files."
description = "A port of the Open Syobon Action platformer to libretro."

View file

@ -1629,6 +1629,16 @@ libretro_gam4980_git_url="https://codeberg.org/iyzsong/gam4980.git"
libretro_gam4980_build_rule="cmake"
libretro_gam4980_build_args="-DCMAKE_BUILD_TYPE=Release"
include_core_syobonaction() {
register_module core "syobonaction"
}
libretro_syobonaction_name="SyobonAction"
libretro_syobonaction_git_url="https://github.com/iyzsong/syobonaction-libretro.git"
libretro_syobonaction_git_submodules="yes"
libretro_syobonaction_post_fetch_cmd="./update-deps.sh"
libretro_syobonaction_build_rule="cmake"
libretro_syobonaction_build_args="-DCMAKE_BUILD_TYPE=Release"
include_core_emuscv() {
register_module core "emuscv"
}