Skip to content

Commit

Permalink
Merge pull request #1810 from RobLoach/pico8-db
Browse files Browse the repository at this point in the history
pico8: Add PICO-8 database for Retro8 and FAKE-08
  • Loading branch information
fpscan committed May 1, 2024
2 parents 2c7aea3 + 9b0fb07 commit cba42c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/info/fake08_libretro.info
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dist/info/retro8_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -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."
1 change: 1 addition & 0 deletions libretro-build-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cba42c0

Please sign in to comment.