mirror of
https://github.com/libretro/libretro-super
synced 2025-02-06 12:40:05 +00:00
Add Anarch core
This commit is contained in:
parent
2187954c8b
commit
428b50f9a9
23
dist/info/anarch_libretro.info
vendored
Normal file
23
dist/info/anarch_libretro.info
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Software Information
|
||||||
|
display_name = "Anarch"
|
||||||
|
display_version = "1.1d"
|
||||||
|
authors = "Miloslav Číž (drummyfish)"
|
||||||
|
categories = "Game"
|
||||||
|
license = "CC0"
|
||||||
|
permissions = ""
|
||||||
|
|
||||||
|
# Hardware Information
|
||||||
|
manufacturer = "N/A"
|
||||||
|
systemname = "Anarch"
|
||||||
|
systemid = "anarch"
|
||||||
|
|
||||||
|
# Libretro Features
|
||||||
|
supports_no_game = "true"
|
||||||
|
single_purpose = "true"
|
||||||
|
cheats = "false"
|
||||||
|
libretro_saves = "false"
|
||||||
|
needs_fullpath = "false"
|
||||||
|
hw_render = "false"
|
||||||
|
disk_control = "false"
|
||||||
|
|
||||||
|
description = "A port of Anarch to libretro, which is a small, completely public domain, 90s-style Doom clone shooter game."
|
@ -1578,6 +1578,14 @@ include_core_puzzlescript() {
|
|||||||
libretro_puzzlescript_name="PuzzleScript"
|
libretro_puzzlescript_name="PuzzleScript"
|
||||||
libretro_puzzlescript_git_url="https://github.com/nwhitehead/pzretro.git"
|
libretro_puzzlescript_git_url="https://github.com/nwhitehead/pzretro.git"
|
||||||
|
|
||||||
|
include_core_anarch() {
|
||||||
|
register_module core "anarch"
|
||||||
|
}
|
||||||
|
libretro_anarch_name="Anarch"
|
||||||
|
libretro_anarch_build_subdir="build"
|
||||||
|
libretro_anarch_post_fetch_cmd="mkdir -p build && cd build && cmake .."
|
||||||
|
libretro_anarch_git_url="https://codeberg.org/iyzsong/anarch-libretro.git"
|
||||||
|
libretro_anarch_build_makefile="Makefile"
|
||||||
|
|
||||||
# CORE RULE VARIABLES
|
# CORE RULE VARIABLES
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user