File tree 4 files changed +72
-3
lines changed
4 files changed +72
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Software Information
2
2
display_name = "ONScripter"
3
- display_version = "0.1 "
3
+ display_version = "0.3 "
4
4
authors = "Studio O.G.A."
5
5
categories = "Game engine"
6
6
license = "GPLv3+"
7
7
permissions = ""
8
- supported_extensions = "txt|dat|___"
8
+ supported_extensions = "txt|dat|___|ons|/ "
9
9
10
10
# Hardware Information
11
11
manufacturer = "ONScripter"
@@ -19,6 +19,5 @@ libretro_saves = "false"
19
19
cheats = "false"
20
20
needs_fullpath = "true"
21
21
disk_control = "false"
22
- is_experimental = "true"
23
22
24
23
description = "A port of the ONScripter visual novel games engine to libretro."
Original file line number Diff line number Diff line change
1
+ # Software Information
2
+ display_name = "ONScripter Yuri"
3
+ display_version = "0.7.4+2"
4
+ authors = "Studio O.G.A.|jh10001|YuriSizuku"
5
+ categories = "Game engine"
6
+ license = "GPLv2+"
7
+ permissions = ""
8
+ supported_extensions = "txt|dat|___|nt2|nt3|ons|/"
9
+
10
+ # Hardware Information
11
+ manufacturer = "ONScripter"
12
+ systemname = "ONScripter Yuri"
13
+ systemid = "onsyuri"
14
+
15
+ # Libretro Features
16
+ database = "ONScripter"
17
+ supports_no_game = "false"
18
+ libretro_saves = "false"
19
+ cheats = "false"
20
+ needs_fullpath = "true"
21
+ disk_control = "false"
22
+
23
+ description = "A port of the ONScripter Yuri visual novel games engine to libretro."
Original file line number Diff line number Diff line change
1
+ # Software Information
2
+ display_name = "SDLPAL"
3
+ display_version = "v2.0.1"
4
+ authors = "SDLPAL development team"
5
+ categories = "Game"
6
+ license = "GPLv3"
7
+ permissions = ""
8
+ supported_extensions = "cfg"
9
+
10
+ # Hardware Information
11
+ manufacturer = "N/A"
12
+ systemname = "SDLPAL"
13
+ systemid = "sdlpal"
14
+
15
+ # Libretro Features
16
+ supports_no_game = "true"
17
+ single_purpose = "true"
18
+ cheats = "false"
19
+ libretro_saves = "false"
20
+ savestate = "false"
21
+ savestate_features = "null"
22
+ needs_fullpath = "true"
23
+ hw_render = "false"
24
+ disk_control = "false"
25
+
26
+
27
+ description = "Libretro port of the classic Chinese-language RPG known as PAL."
Original file line number Diff line number Diff line change @@ -1622,6 +1622,26 @@ libretro_onscripter_post_fetch_cmd="./update-deps.sh"
1622
1622
libretro_onscripter_build_rule=" cmake"
1623
1623
libretro_onscripter_build_args=" -DCMAKE_BUILD_TYPE=Release"
1624
1624
1625
+ include_core_onsyuri () {
1626
+ register_module core " onsyuri"
1627
+ }
1628
+ libretro_onsyuri_name=" ONScripterYuri"
1629
+ libretro_onsyuri_git_url=" https://github.com/YuriSizuku/OnscripterYuri.git"
1630
+ libretro_onsyuri_git_submodules=" yes"
1631
+ libretro_onsyuri_build_subdir=" src/onsyuri_libretro"
1632
+ libretro_onsyuri_build_rule=" cmake"
1633
+ libretro_onsyuri_build_args=" -DCMAKE_BUILD_TYPE=Release"
1634
+
1635
+ include_core_sdlpal () {
1636
+ register_module core " sdlpal"
1637
+ }
1638
+ libretro_sdlpal_name=" SDLPAL"
1639
+ libretro_sdlpal_git_url=" https://github.com/sdlpal/sdlpal.git"
1640
+ libretro_sdlpal_git_submodules=" yes"
1641
+ libretro_sdlpal_post_fetch_cmd=" pushd 3rd/SDL; git checkout -f v1.2.15; popd"
1642
+ libretro_sdlpal_build_subdir=" libretro"
1643
+ libretro_sdlpal_build_rule=" cmake"
1644
+
1625
1645
include_core_virtualxt () {
1626
1646
register_module core " virtualxt"
1627
1647
}
You can’t perform that action at this time.
0 commit comments