Merge pull request #1810 from RobLoach/pico8-db

pico8: Add PICO-8 database for Retro8 and FAKE-08
This commit is contained in:
Ömercan Kömür 2024-05-01 21:38:27 +03:00 committed by GitHub
commit cba42c0c51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Software Information
display_name = "Pico-8 (FAKE-08)"
display_name = "PICO-8 (FAKE-08)"
authors = "jtothebell"
supported_extensions = "p8|png"
corename = "FAKE-08"
@ -10,10 +10,11 @@ display_version = "v0.0.2.19"
# Hardware Information
manufacturer = "Lexaloffle"
systemname = "Pico-8"
systemname = "PICO-8"
systemid = "pico8"
# Libretro Features
database = "PICO-8"
supports_no_game = "true"
savestate = "true"
savestate_features = "serialized"

View file

@ -10,12 +10,12 @@ categories = "Emulator"
# Hardware Information
manufacturer = "Lexaloffle"
systemname = "PICO8"
systemname = "PICO-8"
systemid = "pico8"
# Libretro Features
database = "PICO-8"
supports_no_game = "false"
database = "PICO8"
savestate = "false"
description = "A port of the Retro8 open-source reimplementation of the PICO-8 fantasy console to libretro. This core can load both p8 'cart' files and embedded png images, and much of the PICO-8 API is working with good performance, including basic sound and music, though it is still missing some obscure Lua extension quirks and fixed arithmetic support."

View file

@ -379,6 +379,7 @@ build_libretro_databases() {
build_libretro_database "Vircon32" "rom.crc"
build_libretro_database "MicroW8" "rom.crc"
build_libretro_database "Spectravideo - SVI-318 - SVI-328" "rom.crc"
build_libretro_database "PICO-8" "rom.crc"
}
build_libretrodb