Skip to content

Commit d45e233

Browse files
Merge pull request #1791 from iyzsong/master
Add SyobonAction core
2 parents f104f73 + a4dcc78 commit d45e233

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

dist/info/syobonaction_libretro.info

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Software Information
2+
display_name = "Syobon Action"
3+
display_version = "0.1"
4+
authors = "Chiku (ちく)"
5+
categories = "Game"
6+
license = "GPLv3+"
7+
permissions = ""
8+
9+
# Hardware Information
10+
manufacturer = "SyobonAction"
11+
systemname = "SyobonAction"
12+
systemid = "syobonaction"
13+
14+
# Libretro Features
15+
database = "SyobonAction"
16+
supports_no_game = "true"
17+
single_purpose = "true"
18+
libretro_saves = "false"
19+
core_options = "false"
20+
load_subsystem = "false"
21+
hw_render = "false"
22+
cheats = "false"
23+
needs_fullpath = "false"
24+
disk_control = "false"
25+
is_experimental = "true"
26+
notes = "(!) SyobonAction requires BGM/SE/res files."
27+
28+
description = "A port of the Open Syobon Action platformer to libretro."

rules.d/core-rules.sh

+10
Original file line numberDiff line numberDiff line change
@@ -1629,6 +1629,16 @@ libretro_gam4980_git_url="https://codeberg.org/iyzsong/gam4980.git"
16291629
libretro_gam4980_build_rule="cmake"
16301630
libretro_gam4980_build_args="-DCMAKE_BUILD_TYPE=Release"
16311631

1632+
include_core_syobonaction() {
1633+
register_module core "syobonaction"
1634+
}
1635+
libretro_syobonaction_name="SyobonAction"
1636+
libretro_syobonaction_git_url="https://github.com/iyzsong/syobonaction-libretro.git"
1637+
libretro_syobonaction_git_submodules="yes"
1638+
libretro_syobonaction_post_fetch_cmd="./update-deps.sh"
1639+
libretro_syobonaction_build_rule="cmake"
1640+
libretro_syobonaction_build_args="-DCMAKE_BUILD_TYPE=Release"
1641+
16321642
include_core_emuscv() {
16331643
register_module core "emuscv"
16341644
}

0 commit comments

Comments
 (0)