Skip to content

Commit

Permalink
Merge pull request #1791 from iyzsong/master
Browse files Browse the repository at this point in the history
Add SyobonAction core
  • Loading branch information
LibretroAdmin committed Feb 19, 2024
2 parents f104f73 + a4dcc78 commit d45e233
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dist/info/syobonaction_libretro.info
Original file line number Diff line number Diff line change
@@ -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."
10 changes: 10 additions & 0 deletions rules.d/core-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit d45e233

Please sign in to comment.