Add ONScripter.

This commit is contained in:
宋文武 2023-02-13 18:33:30 +08:00
parent f084149117
commit 2e81d4160a
2 changed files with 32 additions and 0 deletions

24
dist/info/onscripter_libretro.info vendored Normal file
View 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."

View file

@ -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