libretro-super/dist/info/chailove_libretro.info
Keith Bowes 9808d2769b Info-file updates
Mostly related to versions, but some other information too (like taking
the parts about NstDatabase.xml out of the Nestopia info file)
2022-04-10 18:11:18 -04:00

34 lines
917 B
Plaintext

# Software Information
display_name = "ChaiLove"
authors = "Rob Loach"
supported_extensions = "chai|chailove"
corename = "ChaiLove"
categories = "Game engine"
license = "MIT"
permissions = ""
display_version = "1.2.1"
# Hardware Information
manufacturer = "N/A"
systemname = "ChaiLove"
systemid = "chailove"
# Libretro Features
database = "ChaiLove"
supports_no_game = "false"
savestate = "true"
savestate_features = "serialized"
cheats = "true"
input_descriptors = "true"
memory_descriptors = "false"
libretro_saves = "true"
core_options = "true"
core_options_version = "1.0"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "true"
disk_control = "false"
is_experimental = "false"
description = "A free, open-source framework used to make 2D games in ChaiScript, ported to libretro. The ChaiLove API is roughly inspired by the LOVE API, and a number of simple 2D games are already available for it."