mirror of
https://github.com/libretro/libretro-super
synced 2024-12-26 00:18:05 +00:00
pico8: Add PICO-8 database for Retro8 and FAKE-08
This commit is contained in:
parent
2c7aea3527
commit
9b0fb0797f
5
dist/info/fake08_libretro.info
vendored
5
dist/info/fake08_libretro.info
vendored
@ -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"
|
||||
|
4
dist/info/retro8_libretro.info
vendored
4
dist/info/retro8_libretro.info
vendored
@ -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."
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user