File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
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."
Original file line number Diff line number Diff line change @@ -1629,6 +1629,16 @@ libretro_gam4980_git_url="https://codeberg.org/iyzsong/gam4980.git"
1629
1629
libretro_gam4980_build_rule=" cmake"
1630
1630
libretro_gam4980_build_args=" -DCMAKE_BUILD_TYPE=Release"
1631
1631
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
+
1632
1642
include_core_emuscv () {
1633
1643
register_module core " emuscv"
1634
1644
}
You can’t perform that action at this time.
0 commit comments