Add ONScripter Yuri core.
This commit is contained in:
parent
f291a892ce
commit
d4f52943b3
|
@ -0,0 +1,23 @@
|
|||
# Software Information
|
||||
display_name = "ONScripter Yuri"
|
||||
display_version = "0.7.4+2"
|
||||
authors = "Studio O.G.A.|jh10001|YuriSizuku"
|
||||
categories = "Game engine"
|
||||
license = "GPLv2+"
|
||||
permissions = ""
|
||||
supported_extensions = "txt|dat|___|nt2|nt3|ons|/"
|
||||
|
||||
# Hardware Information
|
||||
manufacturer = "ONScripter"
|
||||
systemname = "ONScripter Yuri"
|
||||
systemid = "onsyuri"
|
||||
|
||||
# Libretro Features
|
||||
database = "ONScripter"
|
||||
supports_no_game = "false"
|
||||
libretro_saves = "false"
|
||||
cheats = "false"
|
||||
needs_fullpath = "true"
|
||||
disk_control = "false"
|
||||
|
||||
description = "A port of the ONScripter Yuri visual novel games engine to libretro."
|
|
@ -1622,6 +1622,16 @@ libretro_onscripter_post_fetch_cmd="./update-deps.sh"
|
|||
libretro_onscripter_build_rule="cmake"
|
||||
libretro_onscripter_build_args="-DCMAKE_BUILD_TYPE=Release"
|
||||
|
||||
include_core_onsyuri() {
|
||||
register_module core "onsyuri"
|
||||
}
|
||||
libretro_onsyuri_name="ONScripterYuri"
|
||||
libretro_onsyuri_git_url="https://github.com/YuriSizuku/OnscripterYuri.git"
|
||||
libretro_onsyuri_git_submodules="yes"
|
||||
libretro_onsyuri_build_subdir="src/onsyuri_libretro"
|
||||
libretro_onsyuri_build_rule="cmake"
|
||||
libretro_onsyuri_build_args="-DCMAKE_BUILD_TYPE=Release"
|
||||
|
||||
include_core_virtualxt() {
|
||||
register_module core "virtualxt"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue