mirror of
https://github.com/libretro/libretro-core-info.git
synced 2024-11-23 08:19:52 +00:00
35 lines
936 B
Plaintext
35 lines
936 B
Plaintext
# Software Information
|
|
display_name = "2048"
|
|
authors = "Gabriele Cirulli"
|
|
supported_extensions = ""
|
|
corename = "2048"
|
|
categories = "Game"
|
|
license = "Public Domain"
|
|
permissions = ""
|
|
display_version = "1.0"
|
|
|
|
# Hardware Information
|
|
systemname = "2048 Game Clone"
|
|
systemid = "2048"
|
|
manufacturer = "N/A"
|
|
|
|
# Libretro Features
|
|
database = "2048"
|
|
supports_no_game = "true"
|
|
single_purpose = "true"
|
|
savestate = "true"
|
|
savestate_features = "serialized"
|
|
cheats = "false"
|
|
input_descriptors = "true"
|
|
memory_descriptors = "false"
|
|
libretro_saves = "false"
|
|
core_options = "false"
|
|
core_options_version = "null"
|
|
load_subsystem = "false"
|
|
hw_render = "false"
|
|
needs_fullpath = "false"
|
|
disk_control = "false"
|
|
is_experimental = "false"
|
|
|
|
description = "A port of the popular puzzle game 2048 to libretro. In addition to being fun and deceptively simple in mechanics, this core also has extremely low requirements and can be useful as a benchmark in some cases."
|