Skip to content

Commit

Permalink
Merge pull request #1749 from iyzsong/master
Browse files Browse the repository at this point in the history
Add Anarch core
  • Loading branch information
LibretroAdmin authored Aug 6, 2023
2 parents 954d69d + 428b50f commit ef2fad3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dist/info/anarch_libretro.info
Original file line number Diff line number Diff line change
@@ -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."
8 changes: 8 additions & 0 deletions rules.d/core-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit ef2fad3

Please sign in to comment.