Merge pull request #1907 from iyzsong/master

Add uxn core.
This commit is contained in:
Ömercan Kömür 2025-06-16 00:56:34 +03:00 committed by GitHub
commit 4e8055127e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

22
dist/info/uxn_libretro.info vendored Normal file
View File

@ -0,0 +1,22 @@
# Software Information
display_name = "Uxn / Varvara (zuxn)"
display_version = "0.0.0"
authors = "Devine Lu Linvega|Lukas Niederbremer"
categories = "Emulator"
license = "MPLv2.0"
supported_extensions = "rom"
# Hardware Information
manufacturer = "Hundred Rabbits"
systemname = "Uxn / Varvara"
systemid = "uxn"
# Libretro Features
database = "uxn"
supports_no_game = "false"
libretro_saves = "false"
cheats = "false"
needs_fullpath = "false"
disk_control = "false"
description = "Varvara is a computer system for Uxn. This libretro core is based on zxun."

View File

@ -1684,6 +1684,12 @@ libretro_syobonaction_post_fetch_cmd="./update-deps.sh"
libretro_syobonaction_build_rule="cmake"
libretro_syobonaction_build_args="-DCMAKE_BUILD_TYPE=Release"
include_core_uxn() {
register_module core "uxn"
}
libretro_uxn_name="Uxn"
libretro_uxn_git_url="https://codeberg.org/iyzsong/uxn-libretro.git"
include_core_emuscv() {
register_module core "emuscv"
}