mirror of
https://github.com/libretro/libretro-super
synced 2025-03-14 04:18:40 +00:00
Add SDLPAL core.
This commit is contained in:
parent
d4f52943b3
commit
60b8d01ee0
27
dist/info/sdlpal_libretro.info
vendored
Normal file
27
dist/info/sdlpal_libretro.info
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# Software Information
|
||||
display_name = "SDLPAL"
|
||||
display_version = "v2.0.1"
|
||||
authors = "SDLPAL development team"
|
||||
categories = "Game"
|
||||
license = "GPLv3"
|
||||
permissions = ""
|
||||
supported_extensions = "cfg"
|
||||
|
||||
# Hardware Information
|
||||
manufacturer = "N/A"
|
||||
systemname = "SDLPAL"
|
||||
systemid = "sdlpal"
|
||||
|
||||
# Libretro Features
|
||||
supports_no_game = "true"
|
||||
single_purpose = "true"
|
||||
cheats = "false"
|
||||
libretro_saves = "false"
|
||||
savestate = "false"
|
||||
savestate_features = "null"
|
||||
needs_fullpath = "true"
|
||||
hw_render = "false"
|
||||
disk_control = "false"
|
||||
|
||||
|
||||
description = "Libretro port of the classic Chinese-language RPG known as PAL."
|
@ -1632,6 +1632,16 @@ libretro_onsyuri_build_subdir="src/onsyuri_libretro"
|
||||
libretro_onsyuri_build_rule="cmake"
|
||||
libretro_onsyuri_build_args="-DCMAKE_BUILD_TYPE=Release"
|
||||
|
||||
include_core_sdlpal() {
|
||||
register_module core "sdlpal"
|
||||
}
|
||||
libretro_sdlpal_name="SDLPAL"
|
||||
libretro_sdlpal_git_url="https://github.com/sdlpal/sdlpal.git"
|
||||
libretro_sdlpal_git_submodules="yes"
|
||||
libretro_sdlpal_post_fetch_cmd="pushd 3rd/SDL; git checkout -f v1.2.15; popd"
|
||||
libretro_sdlpal_build_subdir="libretro"
|
||||
libretro_sdlpal_build_rule="cmake"
|
||||
|
||||
include_core_virtualxt() {
|
||||
register_module core "virtualxt"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user