libretro-super/dist/info/retro8_libretro.info

22 lines
747 B
Plaintext
Raw Normal View History

2021-03-26 15:38:53 -05:00
# Software Information
display_name = "PICO-8 (Retro8)"
2020-09-21 07:28:27 +02:00
authors = "jakz"
supported_extensions = "p8|png"
corename = "Retro8"
license = "GPLv3"
permissions = ""
display_version = "Git"
2021-03-26 15:38:53 -05:00
categories = "Emulator"
# Hardware Information
manufacturer = "Lexaloffle"
systemname = "PICO8"
systemid = "pico8"
# Libretro Features
2020-09-21 07:28:27 +02:00
supports_no_game = "false"
2021-03-26 15:38:53 -05:00
database = "PICO8"
savestate = "false"
2021-03-26 15:38:53 -05:00
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."