mirror of
https://github.com/libretro/libretro-super
synced 2025-01-30 06:32:45 +00:00
Add ONScripter.
This commit is contained in:
parent
f084149117
commit
2e81d4160a
24
dist/info/onscripter_libretro.info
vendored
Normal file
24
dist/info/onscripter_libretro.info
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
# Software Information
|
||||
display_name = "ONScripter"
|
||||
display_version = "0.1"
|
||||
authors = "Studio O.G.A."
|
||||
categories = "Game engine"
|
||||
license = "GPLv3+"
|
||||
permissions = ""
|
||||
supported_extensions = "txt|dat|___"
|
||||
|
||||
# Hardware Information
|
||||
manufacturer = "ONScripter"
|
||||
systemname = "ONScripter"
|
||||
systemid = "onscripter"
|
||||
|
||||
# Libretro Features
|
||||
database = "ONScripter"
|
||||
supports_no_game = "false"
|
||||
libretro_saves = "false"
|
||||
cheats = "false"
|
||||
needs_fullpath = "true"
|
||||
disk_control = "false"
|
||||
is_experimental = "true"
|
||||
|
||||
description = "A port of the ONScripter visual novel games engine to libretro."
|
@ -1528,6 +1528,14 @@ libretro_bk_name="bk"
|
||||
libretro_bk_git_url="https://github.com/libretro/bk-emulator.git"
|
||||
libretro_bk_build_makefile="Makefile.libretro"
|
||||
|
||||
include_core_onscripter() {
|
||||
register_module core "onscripter"
|
||||
}
|
||||
libretro_onscripter_name="ONScripter"
|
||||
libretro_onscripter_git_url="https://github.com/iyzsong/onscripter-libretro.git"
|
||||
libretro_onscripter_git_submodules="yes"
|
||||
libretro_onscripter_post_fetch_cmd="./update-deps.sh"
|
||||
libretro_onscripter_build_makefile="Makefile"
|
||||
|
||||
|
||||
# CORE RULE VARIABLES
|
||||
|
Loading…
x
Reference in New Issue
Block a user