mirror of
https://github.com/libretro/libretro-super
synced 2024-12-26 09:22:00 +00:00
Add SyobonAction core.
This commit is contained in:
parent
a7a372d1b3
commit
a4dcc78188
28
dist/info/syobonaction_libretro.info
vendored
Normal file
28
dist/info/syobonaction_libretro.info
vendored
Normal 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."
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user