Add Anarch core

This commit is contained in:
宋文武 2023-08-05 21:27:12 +08:00
parent 2187954c8b
commit 428b50f9a9
2 changed files with 31 additions and 0 deletions

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

View file

@ -1578,6 +1578,14 @@ include_core_puzzlescript() {
libretro_puzzlescript_name="PuzzleScript"
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
#